Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f0e35aeb
Commit
f0e35aeb
authored
Oct 29, 2008
by
Glenn Morris
Browse files
(dbus-get-unique-name, dbus-debug): Declare.
parent
78b6d6d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/net/xesam.el
lisp/net/xesam.el
+4
-0
No files found.
lisp/ChangeLog
View file @
f0e35aeb
2008-10-29 Glenn Morris <rgm@gnu.org>
* net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
* vc-hooks.el (vc-find-root): Remove bogus alias.
2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/net/xesam.el
View file @
f0e35aeb
...
...
@@ -269,6 +269,8 @@ fields are supported.")
</request>"
"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'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment