diff options
Diffstat (limited to 'lisp/erc/erc-desktop-notifications.el')
-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 2cff817b34c..ac6c202b18a 100644 --- a/lisp/erc/erc-desktop-notifications.el +++ b/lisp/erc/erc-desktop-notifications.el @@ -44,7 +44,7 @@ (defcustom erc-notifications-icon nil "Icon to use for notification." :group 'erc-notifications - :type 'file) + :type '(choice (const :tag "No icon" nil) file)) (defun erc-notifications-notify (nick msg) "Notify that NICK send some MSG. |