Variable: vc-file-prop-obarray
vc-file-prop-obarray is a variable defined in vc-hooks.el.gz.
Value
#<obarray n=1347>
Documentation
Obarray for per-file properties.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
;; We need a notion of per-file properties because the version
;; control state of a file is expensive to derive --- we compute
;; them when the file is initially found, keep them up to date
;; during any subsequent VC operations, and forget them when
;; the buffer is killed.
(defvar vc-file-prop-obarray (obarray-make 17)
"Obarray for per-file properties.")