Function: archive-unflag
archive-unflag is an interactive and byte-compiled function defined in
arc-mode.el.gz.
Signature
(archive-unflag P)
Documentation
In archive mode, un-mark this member if it is marked to be deleted.
With a prefix argument, un-mark that many files forward.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/arc-mode.el.gz
(defun archive-unflag (p)
"In archive mode, un-mark this member if it is marked to be deleted.
With a prefix argument, un-mark that many files forward."
(interactive "p" archive-mode)
(archive-flag-deleted p ?\s))