diff options
-rw-r--r-- | gnus-desktop-notify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnus-desktop-notify.el b/gnus-desktop-notify.el index 4876f6e..aaa76ed 100644 --- a/gnus-desktop-notify.el +++ b/gnus-desktop-notify.el @@ -235,7 +235,7 @@ multiple uniline strings." ((eq gnus-desktop-notify-behavior 'gnus-desktop-notify-multi) `(,bodies)))))) -(defun gnus-desktop-notify-check (&rest _ignored) +(defun gnus-desktop-notify-check () "Check all groups for and notify of new articles." (interactive) (let ((updated-groups ())) |