Variable: cvs-auto-remove-directories
cvs-auto-remove-directories is a customizable variable defined in
pcvs-defs.el.gz.
Value
handled
Documentation
If all, directory entries will never be shown.
If handled, only non-handled directories will be shown.
If empty, only non-empty directories will be shown.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/pcvs-defs.el.gz
(defcustom cvs-auto-remove-directories 'handled
"If `all', directory entries will never be shown.
If `handled', only non-handled directories will be shown.
If `empty', only non-empty directories will be shown."
:type '(choice (const :tag "No" nil) (const all) (const handled) (const empty)))