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
95eafb14
Commit
95eafb14
authored
May 05, 2008
by
Dan Nicolaescu
Browse files
(dbus-call-method, dbus-register-signal)
(dbus-debug): Move declarations outside eval-when-compile.
parent
992c67c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/zeroconf.el
lisp/net/zeroconf.el
+5
-4
No files found.
lisp/ChangeLog
View file @
95eafb14
2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
* net/zeroconf.el (dbus-call-method, dbus-register-signal)
(dbus-debug): Move declarations outside eval-when-compile.
2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* proced.el (proced-command-alist): Fix system-type values. Fix
...
...
lisp/net/zeroconf.el
View file @
95eafb14
...
...
@@ -104,10 +104,11 @@
;; disabled with configuration option "--without-dbus". Declare used
;; subroutines and variables of `dbus' therefore.
(
eval-when-compile
(
require
'cl
)
(
declare-function
dbus-call-method
"dbusbind.c"
)
(
declare-function
dbus-register-signal
"dbusbind.c"
)
(
defvar
dbus-debug
))
(
require
'cl
))
(
declare-function
dbus-call-method
"dbusbind.c"
)
(
declare-function
dbus-register-signal
"dbusbind.c"
)
(
defvar
dbus-debug
)
(
require
'dbus
)
...
...
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