Function: cvs-enabledp
cvs-enabledp is a byte-compiled function defined in pcvs.el.gz.
Signature
(cvs-enabledp FILTER)
Documentation
Determine whether FILTER applies to at least one of the selected files.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defun cvs-enabledp (filter)
"Determine whether FILTER applies to at least one of the selected files."
(ignore-errors (cvs-mode-marked filter nil :read-only t :noquery t)))