Variable: vc-consult-headers

vc-consult-headers is a customizable variable defined in vc-hooks.el.gz.

Value

t

Documentation

If non-nil, identify work files by searching for version headers.

View in manual

Probably introduced at or before Emacs version 19.30.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
(defcustom vc-consult-headers t
  "If non-nil, identify work files by searching for version headers."
  :type 'boolean
  :group 'vc)