Variable: cvs-parse-known-commands
cvs-parse-known-commands is a variable defined in pcvs-parse.el.gz.
Value
("status" "add" "commit" "update" "remove" "checkout" "ci")
Documentation
List of CVS commands whose output is understood by the parser.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-parse.el.gz
;;;; The parser
(defconst cvs-parse-known-commands
'("status" "add" "commit" "update" "remove" "checkout" "ci")
"List of CVS commands whose output is understood by the parser.")