# HG changeset patch # User Michael Albinus # Date 1217853666 0 # Node ID d5e87cca37af92dde5b9b1c322dbf253d415e63e # Parent 4090012871952a616464019dccb570077951e74f * net/dbus.el (dbus-call-method-asynchronously): Declare it with `declare-function'. diff -r 409001287195 -r d5e87cca37af lisp/net/dbus.el --- a/lisp/net/dbus.el Mon Aug 04 12:33:38 2008 +0000 +++ b/lisp/net/dbus.el Mon Aug 04 12:41:06 2008 +0000 @@ -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")