emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108025: * notifications.el (top): Re


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108025: * notifications.el (top): Remove unneeded declarations.
Date: Tue, 24 Apr 2012 23:47:24 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108025
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2012-04-24 23:47:24 +0200
message:
  * notifications.el (top): Remove unneeded declarations.
modified:
  lisp/ChangeLog
  lisp/notifications.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-24 17:56:30 +0000
+++ b/lisp/ChangeLog    2012-04-24 21:47:24 +0000
@@ -22,8 +22,8 @@
 
 2012-04-24  Michael Albinus  <address@hidden>
 
-       * notifications.el (notifications-specification-version): Change
-       to "1.2".
+       * notifications.el (top): Remove unneeded declarations.
+       (notifications-specification-version): Change to "1.2".
        (notifications-interface, notifications-notify-method)
        (notifications-close-notification-method): Fix docstring.
        (notifications-get-capabilities-method): New defconst.

=== modified file 'lisp/notifications.el'
--- a/lisp/notifications.el     2012-04-24 21:44:12 +0000
+++ b/lisp/notifications.el     2012-04-24 21:47:24 +0000
@@ -37,12 +37,6 @@
 (eval-when-compile
   (require 'cl))
 
-;; Pacify byte-compiler.  D-Bus support in the Emacs core can be
-;; disabled with configuration option "--without-dbus".  Declare used
-;; subroutines and variables of `dbus' therefore.
-(declare-function dbus-call-method "dbusbind.c")
-(declare-function dbus-register-signal "dbusbind.c")
-
 (require 'dbus)
 
 (defconst notifications-specification-version "1.2"


reply via email to

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