Function: gnus-summary-kill-process-mark
gnus-summary-kill-process-mark is an interactive and byte-compiled
function defined in gnus-sum.el.gz.
Signature
(gnus-summary-kill-process-mark)
Documentation
Push the current set of process marked articles on the stack and unmark.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-kill-process-mark ()
"Push the current set of process marked articles on the stack and unmark."
(interactive nil gnus-summary-mode)
(gnus-summary-save-process-mark)
(gnus-summary-unmark-all-processable))