Variable: cvs-dired-action
cvs-dired-action is a customizable variable defined in pcvs.el.gz.
Value
cvs-quickdir
Documentation
The action to be performed when opening a CVS directory.
Sensible values are cvs-examine, cvs-status and cvs-quickdir.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
;;;;
;;;; useful global settings
;;;;
;;
;; Hook to allow calling PCL-CVS by visiting the /CVS subdirectory
;;
;;;###autoload
(defcustom cvs-dired-action 'cvs-quickdir
"The action to be performed when opening a CVS directory.
Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'."
:group 'pcl-cvs
:type '(choice (const cvs-examine) (const cvs-status) (const cvs-quickdir)))