Variable: vc-buffer-overriding-fileset
vc-buffer-overriding-fileset is a buffer-local variable defined in
vc.el.gz.
Documentation
Specialized, static value for vc-deduce-fileset for this buffer.
If non-nil, this should be a list of length 2 or 5.
See vc-deduce-fileset regarding these possible forms.
If this list is of length 2, it will be used only when the
STATE-MODEL-ONLY-FILES argument to vc-deduce-fileset is nil.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defvar-local vc-buffer-overriding-fileset nil
"Specialized, static value for `vc-deduce-fileset' for this buffer.
If non-nil, this should be a list of length 2 or 5.
See `vc-deduce-fileset' regarding these possible forms.
If this list is of length 2, it will be used only when the
STATE-MODEL-ONLY-FILES argument to `vc-deduce-fileset' is nil.")