]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/dbus.el (dbus-call-method-asynchronously): Declare
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Aug 2008 12:42:28 +0000 (12:42 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Aug 2008 12:42:28 +0000 (12:42 +0000)
it with `declare-function'.

lisp/ChangeLog
lisp/net/dbus.el

index 76eec12223cd799219d4206e1b32a0548224774c..26a6c2b0800547523d2acbb2da4bdfef31094009 100644 (file)
@@ -1,3 +1,9 @@
+2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/dbus.el (dbus-call-method-asynchronously)
+       (dbus-method-return-internal, dbus-method-error-internal): Declare
+       them with `declare-function'.
+
 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
 
        * descr-text.el (describe-char-display): Fix last change:
index ee6ffa956242f71e5bf075c7b372a4a14741e0ab..4fcfcef9a3f8f2adef5277f81a06ab02d2e01c5b 100644 (file)
@@ -33,6 +33,7 @@
 ;; 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-call-method-asynchronously "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")