aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2008-08-04 12:33:38 +0000
committerMichael Albinus2008-08-04 12:33:38 +0000
commit5e895c068df038230c83e2e8a20981620d5e24e8 (patch)
treef6e44c63327eeb4b7ad83f62ea99df1b39c137c0
parent96065fcef228a062dbadf5f65384a7d1303c06be (diff)
downloademacs-5e895c068df038230c83e2e8a20981620d5e24e8.tar.gz
emacs-5e895c068df038230c83e2e8a20981620d5e24e8.zip
* net/dbus.el (dbus-method-return-internal)
(dbus-method-error-internal): Declare them with `declare-function'.
-rw-r--r--lisp/net/dbus.el2
1 files changed, 2 insertions, 0 deletions
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 @@
33;; D-Bus support in the Emacs core can be disabled with configuration 33;; D-Bus support in the Emacs core can be disabled with configuration
34;; option "--without-dbus". Declare used subroutines and variables. 34;; option "--without-dbus". Declare used subroutines and variables.
35(declare-function dbus-call-method "dbusbind.c") 35(declare-function dbus-call-method "dbusbind.c")
36(declare-function dbus-method-return-internal "dbusbind.c")
37(declare-function dbus-method-error-internal "dbusbind.c")
36(declare-function dbus-register-signal "dbusbind.c") 38(declare-function dbus-register-signal "dbusbind.c")
37(defvar dbus-debug) 39(defvar dbus-debug)
38(defvar dbus-registered-functions-table) 40(defvar dbus-registered-functions-table)