diff options
| -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 | ||