Variable: vc-checkin-hook

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

Value

nil

Documentation

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

See also log-edit-done-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
;;;###autoload
(defcustom vc-checkin-hook nil
  "Normal hook (list of functions) run after commit or file checkin.
See also `log-edit-done-hook'."
  :type 'hook
  :options '(log-edit-comment-to-change-log))