aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/zeroconf.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/net/zeroconf.el b/lisp/net/zeroconf.el
index a3445ead37d..b3db605403c 100644
--- a/lisp/net/zeroconf.el
+++ b/lisp/net/zeroconf.el
@@ -104,10 +104,11 @@
104;; disabled with configuration option "--without-dbus". Declare used 104;; disabled with configuration option "--without-dbus". Declare used
105;; subroutines and variables of `dbus' therefore. 105;; subroutines and variables of `dbus' therefore.
106(eval-when-compile 106(eval-when-compile
107 (require 'cl) 107 (require 'cl))
108 (declare-function dbus-call-method "dbusbind.c") 108
109 (declare-function dbus-register-signal "dbusbind.c") 109(declare-function dbus-call-method "dbusbind.c")
110 (defvar dbus-debug)) 110(declare-function dbus-register-signal "dbusbind.c")
111(defvar dbus-debug)
111 112
112(require 'dbus) 113(require 'dbus)
113 114