Variable: vc-post-command-functions
vc-post-command-functions is a variable defined in
vc-dispatcher.el.gz.
Value
(cvs-vc-command-advice)
Documentation
Hook run at the end of vc-do-command.
Each function is called inside the buffer in which the command was run and is passed 3 arguments: the COMMAND, the FILES and the FLAGS.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
(defvar vc-post-command-functions nil
"Hook run at the end of `vc-do-command'.
Each function is called inside the buffer in which the command was run
and is passed 3 arguments: the COMMAND, the FILES and the FLAGS.")