aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/dbus.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el
index ef84db1ccf7..6ecd0065606 100644
--- a/lisp/net/dbus.el
+++ b/lisp/net/dbus.el
@@ -32,6 +32,10 @@
32 32
33;;; Code: 33;;; Code:
34 34
35;; D-Bus support in the Emacs core can be disabled with configuration
36;; option "--without-dbus". Check it.
37(assert (featurep 'dbusbind) nil "D-Bus is not supported")
38
35(require 'xml) 39(require 'xml)
36 40
37(defconst dbus-service-dbus "org.freedesktop.DBus" 41(defconst dbus-service-dbus "org.freedesktop.DBus"