Variable: cvs-mode-commit-hook

cvs-mode-commit-hook is a customizable variable defined in pcvs.el.gz.

Value

nil

Documentation

Hook run after setting up the commit buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/pcvs.el.gz
(defcustom cvs-mode-commit-hook nil
  "Hook run after setting up the commit buffer."
  :type 'hook
  :options '(cvs-mode-diff)
  :group 'pcl-cvs)