Variable: vc-log-after-operation-hook
vc-log-after-operation-hook is a variable defined in
vc-dispatcher.el.gz.
Value
nil
Documentation
Name of the hook run at the end of vc-finish-logentry.
BEWARE: Despite its name, this variable is not itself a hook!
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
(defvar vc-log-after-operation-hook nil
"Name of the hook run at the end of `vc-finish-logentry'.
BEWARE: Despite its name, this variable is not itself a hook!")