diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2014-11-23 10:07:00 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2014-11-23 10:07:00 +0100 |
commit | b1d07e31d0acf7c8e831e443aaebfbc372955ce7 (patch) | |
tree | b060281c4a3b3a53f6db965bfbabcaf1349b86ca /lisp/erc | |
parent | 1b3e992e3945f19716f9088a26ce32807f07f301 (diff) | |
download | emacs-b1d07e31d0acf7c8e831e443aaebfbc372955ce7.tar.gz |
* erc-desktop-notifications.el (erc-notifications-bus):
Change version to 25.1.
Diffstat (limited to 'lisp/erc')
-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 @@ (defcustom erc-notifications-bus :session "D-Bus bus to use for notification." - :version "24.5" + :version "25.1" :group 'erc-notifications :type '(choice (const :tag "Session bus" :session) string)) |