comparison lisp/net/dbus.el @ 97261:d5e87cca37af

* net/dbus.el (dbus-call-method-asynchronously): Declare it with `declare-function'.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 04 Aug 2008 12:41:06 +0000
parents 409001287195
children 2a8cbdcbe61d
comparison
equal deleted inserted replaced
97260:409001287195 97261:d5e87cca37af
31 ;;; Code: 31 ;;; Code:
32 32
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-call-method-asynchronously "dbusbind.c")
36 (declare-function dbus-method-return-internal "dbusbind.c") 37 (declare-function dbus-method-return-internal "dbusbind.c")
37 (declare-function dbus-method-error-internal "dbusbind.c") 38 (declare-function dbus-method-error-internal "dbusbind.c")
38 (declare-function dbus-register-signal "dbusbind.c") 39 (declare-function dbus-register-signal "dbusbind.c")
39 (defvar dbus-debug) 40 (defvar dbus-debug)
40 (defvar dbus-registered-functions-table) 41 (defvar dbus-registered-functions-table)