changeset 97260:409001287195

* net/dbus.el (dbus-method-return-internal) (dbus-method-error-internal): Declare them with `declare-function'.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 04 Aug 2008 12:33:38 +0000
parents 067d03b2ec89
children d5e87cca37af
files lisp/net/dbus.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/dbus.el	Mon Aug 04 12:01:54 2008 +0000
+++ b/lisp/net/dbus.el	Mon Aug 04 12:33:38 2008 +0000
@@ -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)