diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2017-02-26 21:43:00 +0000 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2017-02-27 14:33:25 +0000 |
commit | 7627c6f66e768683e65d62080eb4f3a48fbca6b1 (patch) | |
tree | 0bdcb86ab9aba7b57b0d477daa498a0411e2322d /gnus-desktop-notify.el | |
parent | 22defa2739c104178e5560f17f74579890651627 (diff) |
Remove ignored arguments
Diffstat (limited to 'gnus-desktop-notify.el')
-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 ())) |