diff options
| author | Michael Albinus | 2014-11-23 10:07:00 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-11-23 10:07:00 +0100 |
| commit | b1d07e31d0acf7c8e831e443aaebfbc372955ce7 (patch) | |
| tree | b060281c4a3b3a53f6db965bfbabcaf1349b86ca | |
| parent | 1b3e992e3945f19716f9088a26ce32807f07f301 (diff) | |
| download | emacs-b1d07e31d0acf7c8e831e443aaebfbc372955ce7.tar.gz emacs-b1d07e31d0acf7c8e831e443aaebfbc372955ce7.zip | |
* erc-desktop-notifications.el (erc-notifications-bus):
Change version to 25.1.
| -rw-r--r-- | lisp/erc/erc-desktop-notifications.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-desktop-notifications.el b/lisp/erc/erc-desktop-notifications.el index c8945cf9319..323788e1314 100644 --- a/lisp/erc/erc-desktop-notifications.el +++ b/lisp/erc/erc-desktop-notifications.el | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | 48 | ||
| 49 | (defcustom erc-notifications-bus :session | 49 | (defcustom erc-notifications-bus :session |
| 50 | "D-Bus bus to use for notification." | 50 | "D-Bus bus to use for notification." |
| 51 | :version "24.5" | 51 | :version "25.1" |
| 52 | :group 'erc-notifications | 52 | :group 'erc-notifications |
| 53 | :type '(choice (const :tag "Session bus" :session) string)) | 53 | :type '(choice (const :tag "Session bus" :session) string)) |
| 54 | 54 | ||