vc-call

vc-call is a Lisp macro in `vc-hooks.el'.

(vc-call FUN FILE &rest ARGS)

A convenience macro for calling VC backend functions.
Functions called by this macro must accept FILE as the first argument.
ARGS specifies any additional arguments. FUN should be unquoted.
BEWARE!! FILE is evaluated twice!!