; * test/lisp/net/dbus-tests.el: no warnings for non-dbus configs

This commit is contained in:
Mattias Engdegård 2026-02-10 14:05:43 +01:00
parent 0bee754a72
commit 37891d1a1e

View file

@ -32,6 +32,9 @@
(declare-function dbus-registered-inhibitor-locks "dbusbind.c" ())
(declare-function dbus-make-inhibitor-lock "dbusbind.c"
(what why &optional block))
(declare-function dbus--fd-open "dbusbind.c" (filename))
(declare-function dbus--fd-close "dbusbind.c" (fd))
(declare-function dbus--registered-fds "dbusbind.c" ())
(defconst dbus--test-enabled-session-bus
(and (featurep 'dbusbind)