From 5e895c068df038230c83e2e8a20981620d5e24e8 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 4 Aug 2008 12:33:38 +0000 Subject: [PATCH] * net/dbus.el (dbus-method-return-internal) (dbus-method-error-internal): Declare them with `declare-function'. --- lisp/net/dbus.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el index 3f4eb27cabd..ee6ffa95624 100644 --- a/lisp/net/dbus.el +++ b/lisp/net/dbus.el @@ -33,6 +33,8 @@ ;; D-Bus support in the Emacs core can be disabled with configuration ;; option "--without-dbus". Declare used subroutines and variables. (declare-function dbus-call-method "dbusbind.c") +(declare-function dbus-method-return-internal "dbusbind.c") +(declare-function dbus-method-error-internal "dbusbind.c") (declare-function dbus-register-signal "dbusbind.c") (defvar dbus-debug) (defvar dbus-registered-functions-table) -- 2.39.5