Variable: vc-finish-logentry-hook
vc-finish-logentry-hook is a variable defined in vc-dispatcher.el.gz.
This variable is obsolete since 31.1; use
vc-log-after-operation-hook instead.
Value
nil
Documentation
Additional hook run at the end of vc-finish-logentry.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
;; This hook was undeclared and undocumented until declared obsolete.
;; I believe it can be replaced with `vc-log-after-operation-hook'; if
;; someone can demonstrate a case where this is wanted too, we can
;; bring it back. --spwhitton
(defvar vc-finish-logentry-hook nil
"Additional hook run at the end of `vc-finish-logentry'.")