emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/zeroconf.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/net/zeroconf.el,v
Date: Mon, 05 May 2008 02:43:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/05/05 02:43:40

Index: net/zeroconf.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/net/zeroconf.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- net/zeroconf.el     18 Apr 2008 02:46:47 -0000      1.2
+++ net/zeroconf.el     5 May 2008 02:43:38 -0000       1.3
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]