Function: gnus-notifications-close
gnus-notifications-close is a byte-compiled function defined in
gnus-notifications.el.gz.
Signature
(gnus-notifications-close ID REASON)
Documentation
Remove ID from the alist of notification identifiers to messages.
REASON is ignored.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-notifications.el.gz
(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))