# HG changeset patch # User Michael Albinus # Date 1217853218 0 # Node ID 4090012871952a616464019dccb570077951e74f # Parent 067d03b2ec8967d8df8ecd66725f79b8aae6cc2e * net/dbus.el (dbus-method-return-internal) (dbus-method-error-internal): Declare them with `declare-function'. diff -r 067d03b2ec89 -r 409001287195 lisp/net/dbus.el --- 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)