Variable: cvs-cleanup-functions

cvs-cleanup-functions is a customizable variable defined in pcvs.el.gz.

Value

nil

Documentation

Functions to tweak the cleanup process.

The functions are called with a single argument (a FILEINFO) and should return a non-nil value if that fileinfo should be removed.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defcustom cvs-cleanup-functions nil
  "Functions to tweak the cleanup process.
The functions are called with a single argument (a FILEINFO) and should
return a non-nil value if that fileinfo should be removed."
  :group 'pcl-cvs
  :type '(hook :options (cvs-cleanup-removed)))