From: Michael Albinus Date: Mon, 4 Aug 2008 12:33:38 +0000 (+0000) Subject: * net/dbus.el (dbus-method-return-internal) X-Git-Tag: emacs-pretest-23.0.90~3668 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e895c068df038230c83e2e8a20981620d5e24e8;p=emacs.git * net/dbus.el (dbus-method-return-internal) (dbus-method-error-internal): Declare them with `declare-function'. --- 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)