CVSROOT: /sources/auctex
Module name: auctex
Changes by: Tassilo Horn <tsdh> 12/04/11 12:27:12
Index: tex.el
===================================================================
RCS file: /sources/auctex/auctex/tex.el,v
retrieving revision 5.693
retrieving revision 5.694
diff -u -b -r5.693 -r5.694
--- tex.el 11 Apr 2012 07:19:20 -0000 5.693
+++ tex.el 11 Apr 2012 12:27:09 -0000 5.694
@@ -1058,8 +1058,10 @@
:uint32 (let ((time (float-time)))
;; FIXME: Evince wants a timestamp as UInt32, but POSIX time
;; is too large for emacs integers on 32 bit systems. Emacs
- ;; 24.2 will allow providing DBUS ints as floats. But it
- ;; seems providing just 1 as timestamp has no negative
+ ;; 24.2 will allow providing DBUS ints as floats, and this
+ ;; dbus version will be identifiable by its new variables
+ ;; `dbus-compiled-version' and `dbus-runtime-version'. But
+ ;; it seems providing just 1 as timestamp has no negative
;; consequences, anyway.
(if (> most-positive-fixnum time)
(round time)
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs