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