Variable: vc-before-checkin-hook

vc-before-checkin-hook is a customizable variable defined in vc.el.gz.

Value

nil

Documentation

Normal hook (list of functions) run before a commit or a file checkin.

See run-hooks.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
;;;###autoload
(defcustom vc-before-checkin-hook nil
  "Normal hook (list of functions) run before a commit or a file checkin.
See `run-hooks'."
  :type 'hook)