emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f1b2c23 2/2: * lisp/net/zeroconf.el (dbus-debug): D


From: Glenn Morris
Subject: [Emacs-diffs] master f1b2c23 2/2: * lisp/net/zeroconf.el (dbus-debug): Declare for builds without dbus.
Date: Mon, 26 Feb 2018 17:00:49 -0500 (EST)

branch: master
commit f1b2c2311768f6e5d8ad8e55c1daac37546c2f91
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/net/zeroconf.el (dbus-debug): Declare for builds without dbus.
---
 lisp/net/zeroconf.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/net/zeroconf.el b/lisp/net/zeroconf.el
index 351fc9f..0a3f277 100644
--- a/lisp/net/zeroconf.el
+++ b/lisp/net/zeroconf.el
@@ -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



reply via email to

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