Function: vc-dir-unmark
vc-dir-unmark is an interactive and byte-compiled function defined in
vc-dir.el.gz.
Signature
(vc-dir-unmark)
Documentation
Unmark the current file or all files in the region.
If the region is active, unmark all the files in the region. Otherwise unmark the file on the current line and move to the next line.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-dir.el.gz
(defun vc-dir-unmark ()
"Unmark the current file or all files in the region.
If the region is active, unmark all the files in the region.
Otherwise unmark the file on the current line and move to the next
line."
(interactive)
(vc-dir-mark-unmark 'vc-dir-unmark-file))