Function: vc-dir-mark
vc-dir-mark is an interactive and byte-compiled function defined in
vc-dir.el.gz.
Signature
(vc-dir-mark)
Documentation
Mark the current file or all files in the region.
If the region is active, mark all the files in the region. Otherwise mark 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-mark ()
"Mark the current file or all files in the region.
If the region is active, mark all the files in the region.
Otherwise mark the file on the current line and move to the next
line."
(interactive)
(vc-dir-mark-unmark 'vc-dir-mark-file))