From f0e35aeb628f533ca5d71661c3d224da42ce723c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 29 Oct 2008 06:52:05 +0000 Subject: [PATCH] (dbus-get-unique-name, dbus-debug): Declare. --- lisp/ChangeLog | 2 ++ lisp/net/xesam.el | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12ce22e2fe9..37cf39e294d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-10-29 Glenn Morris + * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare. + * vc-hooks.el (vc-find-root): Remove bogus alias. 2008-10-29 Stefan Monnier diff --git a/lisp/net/xesam.el b/lisp/net/xesam.el index 3883d8553c3..7a26adceed2 100644 --- a/lisp/net/xesam.el +++ b/lisp/net/xesam.el @@ -269,6 +269,8 @@ fields are supported.") " "The Xesam fulltext query XML.") +(declare-function dbus-get-unique-name "dbusbind.c" (bus)) + (defvar xesam-dbus-unique-names (list (cons :system (dbus-get-unique-name :system)) (cons :session (dbus-get-unique-name :session))) @@ -375,6 +377,8 @@ If PROPERTY is not existing, retrieve it from ENGINE first." (setq xesam-search-engines (delete (assoc (car args) xesam-search-engines) xesam-search-engines))) +(defvar dbus-debug) + (defun xesam-search-engines () "Return Xesam search engines, stored in `xesam-search-engines'. The first search engine is the name owner of `xesam-service-search'. -- 2.39.2