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.)
This commit is contained in:
parent
938beca46e
commit
9bf0aa1594
5 changed files with 5 additions and 13 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-06-30 Glenn Morris <rgm@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@gnu.org>
|
||||
|
||||
* emacs-lisp/timer.el (timer-until): Subtract results of
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue