Function: gnus-registry-set-article-mark
gnus-registry-set-article-mark is an interactive and byte-compiled
function defined in gnus-registry.el.gz.
Signature
(gnus-registry-set-article-mark &rest ARTICLES)
Documentation
Apply a mark to process-marked ARTICLES.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-registry.el.gz
(defun gnus-registry-set-article-mark (&rest articles)
"Apply a mark to process-marked ARTICLES."
(interactive (gnus-summary-work-articles current-prefix-arg)
gnus-article-mode gnus-summary-mode)
(gnus-registry-set-article-mark-internal (gnus-registry-read-mark)
articles nil t))