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")

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to