Function: archive-mark

archive-mark is an interactive and byte-compiled function defined in arc-mode.el.gz.

Signature

(archive-mark P)

Documentation

In archive mode, mark this member for group operations.

With a prefix argument, mark that many members. Use M-x archive-unmark-all-files (archive-unmark-all-files) to remove all marks.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
(defun archive-mark (p)
  "In archive mode, mark this member for group operations.
With a prefix argument, mark that many members.
Use \\[archive-unmark-all-files] to remove all marks."
  (interactive "p" archive-mode)
  (archive-flag-deleted p ?*))