emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108818: Remove outdated and unnecess


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108818: Remove outdated and unnecessary dbus- declarations.
Date: Sat, 30 Jun 2012 14:22:18 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108818
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-06-30 14:22:18 -0700
message:
  Remove outdated and unnecessary dbus- declarations.
  
  * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
  Remove outdated and unnecessary dbus- declarations.
  (They are in defined dbus.el now.)
modified:
  lisp/ChangeLog
  lisp/net/secrets.el
  lisp/net/tramp-gvfs.el
  lisp/net/xesam.el
  lisp/net/zeroconf.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-30 15:55:27 +0000
+++ b/lisp/ChangeLog    2012-06-30 21:22:18 +0000
@@ -1,3 +1,8 @@
+2012-06-30  Glenn Morris  <address@hidden>
+
+       * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
+       Remove outdated and unnecessary dbus declarations.
+
 2012-06-30  Eli Zaretskii  <address@hidden>
 
        * emacs-lisp/timer.el (timer-until): Subtract results of

=== modified file 'lisp/net/secrets.el'
--- a/lisp/net/secrets.el       2012-02-28 08:17:21 +0000
+++ b/lisp/net/secrets.el       2012-06-30 21:22:18 +0000
@@ -145,8 +145,6 @@
 (eval-when-compile
   (require 'cl))
 
-(declare-function dbus-call-method "dbusbind.c")
-(declare-function dbus-register-signal "dbusbind.c")
 (defvar dbus-debug)
 
 (require 'dbus)

=== modified file 'lisp/net/tramp-gvfs.el'
--- a/lisp/net/tramp-gvfs.el    2012-06-11 10:30:07 +0000
+++ b/lisp/net/tramp-gvfs.el    2012-06-30 21:22:18 +0000
@@ -91,11 +91,7 @@
 
 ;; 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-call-method-asynchronously "dbusbind.c")
 (declare-function dbus-get-unique-name "dbusbind.c")
-(declare-function dbus-register-method "dbusbind.c")
-(declare-function dbus-register-signal "dbusbind.c")
 
 ;; Pacify byte-compiler
 (eval-when-compile

=== modified file 'lisp/net/xesam.el'
--- a/lisp/net/xesam.el 2012-04-23 11:57:06 +0000
+++ b/lisp/net/xesam.el 2012-06-30 21:22:18 +0000
@@ -127,11 +127,6 @@
 
 ;;; Code:
 
-;; 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-register-signal "dbusbind.c")
-
 (require 'dbus)
 
 ;; Pacify byte compiler.

=== modified file 'lisp/net/zeroconf.el'
--- a/lisp/net/zeroconf.el      2012-01-19 07:21:25 +0000
+++ b/lisp/net/zeroconf.el      2012-06-30 21:22:18 +0000
@@ -105,8 +105,6 @@
 (eval-when-compile
   (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]