Variable: vc-file-prop-obarray

vc-file-prop-obarray is a variable defined in vc-hooks.el.gz.

Value

[/workspace/src/src/terminal.c /workspace/src/src/insdel.c /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/gnus/gnus-win.el.gz /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/cedet/ede/make.el.gz /root/.emacs.d/elpa/corfu-20260821.1158/corfu-history.el /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/gnus/gnus-gravatar.el.gz /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/electric.el.gz /workspace/src/src/undo.c /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/mouse-copy.el.gz /root/.emacs.d/elpa/cider-20260822.1520/cider-scratch.el /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/gnus/deuglify.el.gz /root/.emacs.d/elpa/vertico-20260821.1200/vertico-quick.el /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/net/tramp-loaddefs.el.gz /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/eshell/em-script.el.gz /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/textmodes/po.el.gz /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/term/vt100.el.gz /nix/store/yz9kq21z1pmqrb539bywkbx6bq0yq2cm-emacs-29-4/share/emacs/29.4/lisp/eshell/em-term.el.gz]

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 (make-vector 17 0)
  "Obarray for per-file properties.")