Function: vc-file-getprop
vc-file-getprop is a byte-compiled function defined in vc-hooks.el.gz.
Signature
(vc-file-getprop FILE PROPERTY)
Documentation
Get per-file VC PROPERTY for FILE.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
(defun vc-file-getprop (file property)
"Get per-file VC PROPERTY for FILE."
(get (intern (expand-file-name file) vc-file-prop-obarray) property))