Variable: vc-logentry-check-hook
vc-logentry-check-hook is a customizable variable defined in
vc-dispatcher.el.gz.
Value
nil
Documentation
Normal hook run by vc-finish-logentry.
Use this to impose your own rules on the entry in addition to any the dispatcher client mode imposes itself.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
;; General customization
(defcustom vc-logentry-check-hook nil
"Normal hook run by `vc-finish-logentry'.
Use this to impose your own rules on the entry in addition to any the
dispatcher client mode imposes itself."
:type 'hook
:group 'vc)