; * test/lisp/net/dbus-tests.el: hush warnings on no-dbus platforms
This commit is contained in:
parent
9d8e1af6f4
commit
fe2469c1c1
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
|||
(defvar dbus-debug)
|
||||
(defvar dbus-message-type-signal)
|
||||
(declare-function dbus-get-unique-name "dbusbind.c" (bus))
|
||||
(declare-function dbus-close-inhibitor-lock "dbusbind.c" (lock))
|
||||
(declare-function dbus-registered-inhibitor-locks' "dbusbind.c" ())
|
||||
(declare-function dbus-make-inhibitor-lock' "dbusbind.c"
|
||||
(what why &optional block))
|
||||
|
||||
(defconst dbus--test-enabled-session-bus
|
||||
(and (featurep 'dbusbind)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue