From: Eric Abrahamsen Date: Wed, 13 Mar 2024 14:38:49 +0000 (-0700) Subject: Fix name of gnus-notification(s)-close; ignore argument X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c9ebfa764e402486e04cbf1d2f0a99b80cc3cd6;p=emacs.git Fix name of gnus-notification(s)-close; ignore argument * lisp/gnus/gnus-notifications.el (gnus-notifications-close): Original name was probably a typo. (cherry picked from commit c5945e0f9eaf01e653d5afbce72837a05e3e347a) --- diff --git a/lisp/gnus/gnus-notifications.el b/lisp/gnus/gnus-notifications.el index 9ef21c91627..35f90ebfe40 100644 --- a/lisp/gnus/gnus-notifications.el +++ b/lisp/gnus/gnus-notifications.el @@ -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))