Function: cvs-mode-unmark

cvs-mode-unmark is an interactive and byte-compiled function defined in pcvs.el.gz.

Signature

(cvs-mode-unmark)

Documentation

Unmark the fileinfo on the current line.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defun-cvs-mode cvs-mode-unmark ()
  "Unmark the fileinfo on the current line."
  (interactive)
  (cvs-mode-mark t))