auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el,v
Date: Fri, 30 Nov 2012 19:17:47 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    12/11/30 19:17:46

Index: tex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/tex.el,v
retrieving revision 5.702
retrieving revision 5.703
diff -u -b -r5.702 -r5.703
--- tex.el      30 Nov 2012 11:55:45 -0000      5.702
+++ tex.el      30 Nov 2012 19:17:46 -0000      5.703
@@ -1014,8 +1014,8 @@
 are checked.  If OPTIONS include `:forward', which is currently
 the only option, then additional requirements needed by forward
 search are checked, too."
-  (and (featurep 'emacs)  ;; XEmacs 21.4 has no `require` with arity 3, and no
-                         ;; dbus support anyway.
+  (and (not (featurep 'xemacs)) ; XEmacs 21.4 has no `require' with
+                               ; arity 3, and no dbus support anyway.
        (require 'dbus nil :no-error)
        (functionp 'dbus-register-signal)
        (getenv "DBUS_SESSION_BUS_ADDRESS")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]