diff options
| author | Michael Albinus | 2012-04-24 23:47:24 +0200 |
|---|---|---|
| committer | Michael Albinus | 2012-04-24 23:47:24 +0200 |
| commit | b53806394328b5766455adaf6ba2e9ca24bbad7f (patch) | |
| tree | 23bb8910955d71463921699f7c89cad3d2377580 | |
| parent | 400386db61cea55ff62645e6d13fda216b5c66c7 (diff) | |
| download | emacs-b53806394328b5766455adaf6ba2e9ca24bbad7f.tar.gz emacs-b53806394328b5766455adaf6ba2e9ca24bbad7f.zip | |
* notifications.el (top): Remove unneeded declarations.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/notifications.el | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13d401b8413..bdf6c7a1ac7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -22,8 +22,8 @@ | |||
| 22 | 22 | ||
| 23 | 2012-04-24 Michael Albinus <michael.albinus@gmx.de> | 23 | 2012-04-24 Michael Albinus <michael.albinus@gmx.de> |
| 24 | 24 | ||
| 25 | * notifications.el (notifications-specification-version): Change | 25 | * notifications.el (top): Remove unneeded declarations. |
| 26 | to "1.2". | 26 | (notifications-specification-version): Change to "1.2". |
| 27 | (notifications-interface, notifications-notify-method) | 27 | (notifications-interface, notifications-notify-method) |
| 28 | (notifications-close-notification-method): Fix docstring. | 28 | (notifications-close-notification-method): Fix docstring. |
| 29 | (notifications-get-capabilities-method): New defconst. | 29 | (notifications-get-capabilities-method): New defconst. |
diff --git a/lisp/notifications.el b/lisp/notifications.el index 50c49750f73..83992834502 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el | |||
| @@ -37,12 +37,6 @@ | |||
| 37 | (eval-when-compile | 37 | (eval-when-compile |
| 38 | (require 'cl)) | 38 | (require 'cl)) |
| 39 | 39 | ||
| 40 | ;; Pacify byte-compiler. D-Bus support in the Emacs core can be | ||
| 41 | ;; disabled with configuration option "--without-dbus". Declare used | ||
| 42 | ;; subroutines and variables of `dbus' therefore. | ||
| 43 | (declare-function dbus-call-method "dbusbind.c") | ||
| 44 | (declare-function dbus-register-signal "dbusbind.c") | ||
| 45 | |||
| 46 | (require 'dbus) | 40 | (require 'dbus) |
| 47 | 41 | ||
| 48 | (defconst notifications-specification-version "1.2" | 42 | (defconst notifications-specification-version "1.2" |