* lisp/net/zeroconf.el (dbus-debug): Declare for builds without dbus.
This commit is contained in:
parent
12a18d01b9
commit
f1b2c23117
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ TYPE. The resulting list has the format
|
|||
;; `zeroconf-services-hash'.
|
||||
(gethash (concat name "/" type) zeroconf-services-hash nil))
|
||||
|
||||
(defvar dbus-debug)
|
||||
|
||||
(defun zeroconf-resolve-service (service)
|
||||
"Return all service attributes SERVICE as list.
|
||||
NAME must be a string. The service must be of service type
|
||||
|
|
Loading…
Add table
Reference in a new issue