Commit c5945e0f authored by Eric Abrahamsen's avatar Eric Abrahamsen
Browse files

Fix name of gnus-notification(s)-close; ignore argument

* lisp/gnus/gnus-notifications.el (gnus-notifications-close): Original
name was probably a typo.
parent e7e285ec
Pipeline #28490 failed with stage
in 5 minutes and 2 seconds
......@@ -88,7 +88,7 @@ not get notifications."
;; an action of theirs) are selected
(assoc-delete-all id gnus-notifications-id-to-msg))
(defun gnus-notification-close (id reason)
(defun gnus-notifications-close (id _reason)
"Remove ID from the alist of notification identifiers to messages.
REASON is ignored."
(assoc-delete-all id gnus-notifications-id-to-msg))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment