30 Jun 2012 23:22
/srv/bzr/emacs/trunk r108818: Remove outdated and unnecessary dbus- declarations.
Glenn Morris <rgm <at> gnu.org>
2012-06-30 21:22:18 GMT
2012-06-30 21:22:18 GMT
------------------------------------------------------------ revno: 108818 committer: Glenn Morris <rgm <at> gnu.org> 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 <at> <at> -1,3 +1,8 <at> <at> +2012-06-30 Glenn Morris <rgm <at> gnu.org> + + * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el: + Remove outdated and unnecessary dbus declarations. + 2012-06-30 Eli Zaretskii <eliz <at> gnu.org> * 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 <at> <at> -145,8 +145,6 <at> <at> (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 <at> <at> -91,11 +91,7 <at> <at> ;; 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 <at> <at> -127,11 +127,6 <at> <at> ;;; 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 <at> <at> -105,8 +105,6 <at> <at> (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/ChangeLog' --- a/lisp/ChangeLog 2012-06-30 15:55:27 +0000 +++ b/lisp/ChangeLog 2012-06-30 21:22:18 +0000 <at> <at> -1,3 +1,8 <at> <at> +2012-06-30 Glenn Morris <rgm <at> gnu.org> + + * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el: + Remove outdated and unnecessary dbus declarations. + 2012-06-30 Eli Zaretskii <eliz <at> gnu.org> * 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 <at> <at> -145,8 +145,6 <at> <at> (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 <at> <at> -91,11 +91,7 <at> <at> ;; 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 <at> <at> -127,11 +127,6 <at> <at> ;;; 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 <at> <at> -105,8 +105,6 <at> <at> (eval-when-compile (require 'cl)) -(declare-function dbus-call-method "dbusbind.c") -(declare-function dbus-register-signal "dbusbind.c") (defvar dbus-debug) (require 'dbus)
RSS Feed