diff options
| author | Mattias EngdegÄrd | 2026-02-10 14:05:43 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2026-02-11 11:06:54 +0100 |
| commit | 37891d1a1e3dded6fd26478e9b2012ca433dfd4f (patch) | |
| tree | d90c5235da9fa79a19909282b7d63a39d896fe26 | |
| parent | 0bee754a7204f911f934d750f6f1870c929ccdb0 (diff) | |
| download | emacs-37891d1a1e3dded6fd26478e9b2012ca433dfd4f.tar.gz emacs-37891d1a1e3dded6fd26478e9b2012ca433dfd4f.zip | |
; * test/lisp/net/dbus-tests.el: no warnings for non-dbus configs
| -rw-r--r-- | test/lisp/net/dbus-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el index f4dd9e3796b..18e6b09a8de 100644 --- a/test/lisp/net/dbus-tests.el +++ b/test/lisp/net/dbus-tests.el | |||
| @@ -32,6 +32,9 @@ | |||
| 32 | (declare-function dbus-registered-inhibitor-locks "dbusbind.c" ()) | 32 | (declare-function dbus-registered-inhibitor-locks "dbusbind.c" ()) |
| 33 | (declare-function dbus-make-inhibitor-lock "dbusbind.c" | 33 | (declare-function dbus-make-inhibitor-lock "dbusbind.c" |
| 34 | (what why &optional block)) | 34 | (what why &optional block)) |
| 35 | (declare-function dbus--fd-open "dbusbind.c" (filename)) | ||
| 36 | (declare-function dbus--fd-close "dbusbind.c" (fd)) | ||
| 37 | (declare-function dbus--registered-fds "dbusbind.c" ()) | ||
| 35 | 38 | ||
| 36 | (defconst dbus--test-enabled-session-bus | 39 | (defconst dbus--test-enabled-session-bus |
| 37 | (and (featurep 'dbusbind) | 40 | (and (featurep 'dbusbind) |