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: Tassilo Horn
Subject: [AUCTeX-diffs] Changes to auctex/tex.el,v
Date: Wed, 25 Apr 2012 06:25:46 +0000

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



reply via email to

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