vc-exec-after

vc-exec-after is a compiled Lisp function in `vc-dispatcher.el'.

(vc-exec-after CODE)

Eval CODE when the current buffer's process is done.
If the current buffer has no process, just evaluate CODE.
Else, add CODE to the process' sentinel.
CODE should be a function of no arguments.