]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/dbus.el (dbus-method-return-internal)
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Aug 2008 12:33:38 +0000 (12:33 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Aug 2008 12:33:38 +0000 (12:33 +0000)
(dbus-method-error-internal): Declare them with
`declare-function'.

lisp/net/dbus.el

index 3f4eb27cabdad69e3a7915dce51722d11e875da7..ee6ffa956242f71e5bf075c7b372a4a14741e0ab 100644 (file)
@@ -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)