CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Tassilo Horn <tsdh>     12/04/25 06:25:44

Index: tex.el
===================================================================
RCS file: /sources/auctex/auctex/tex.el,v
retrieving revision 5.694
retrieving revision 5.695
diff -u -b -r5.694 -r5.695
--- tex.el      11 Apr 2012 12:27:09 -0000      5.694
+++ tex.el      25 Apr 2012 06:25:44 -0000      5.695
@@ -1010,9 +1010,7 @@
 are checked.  If OPTIONS include `:forward', which is currently
 the only option, then additional requirements needed by forward
 search are checked, too."
-  (and (fboundp 'dbus-register-signal)
-       (fboundp 'dbus-call-method)
-       (require 'dbus)
+  (and (require 'dbus nil :no-error)
        (getenv "DBUS_SESSION_BUS_ADDRESS")
        (executable-find "evince")
        (or (not (memq :forward options))

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to