Function: vc-state-refresh
vc-state-refresh is a byte-compiled function defined in
vc-hooks.el.gz.
Signature
(vc-state-refresh FILE BACKEND)
Documentation
Quickly recompute the state of FILE.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
(defun vc-state-refresh (file backend)
"Quickly recompute the `state' of FILE."
(vc-file-setprop
file 'vc-state
(vc-call-backend backend 'state file)))