Function: gnus-expunge
gnus-expunge is an autoloaded and byte-compiled function defined in
gnus-kill.el.gz.
Signature
(gnus-expunge MARKS)
Documentation
Remove lines marked with MARKS.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-kill.el.gz
;; For kill files
(defun gnus-expunge (marks)
"Remove lines marked with MARKS."
(with-current-buffer gnus-summary-buffer
(gnus-summary-limit-to-marks marks 'reverse)))