Function: gnus-uu-unmark-buffer

gnus-uu-unmark-buffer is an interactive and byte-compiled function defined in gnus-uu.el.gz.

Signature

(gnus-uu-unmark-buffer)

Documentation

Remove the process mark on all articles in the buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defun gnus-uu-unmark-buffer ()
  "Remove the process mark on all articles in the buffer."
  (interactive nil gnus-article-mode gnus-summary-mode)
  (gnus-uu-mark-region (point-min) (point-max) t))