Function: gnus-summary-set-saved-mark

gnus-summary-set-saved-mark is a byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-summary-set-saved-mark ARTICLE)

Documentation

Set the process mark on ARTICLE and update the summary line.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-set-saved-mark (article)
  "Set the process mark on ARTICLE and update the summary line."
  (push article gnus-newsgroup-saved)
  (when (gnus-summary-goto-subject article)
    (gnus-summary-update-secondary-mark article)))