Variable: generic-lines-to-scan
generic-lines-to-scan is a customizable variable defined in
generic-x.el.gz.
Value
3
Documentation
Number of lines that generic-mode-find-file-hook looks at.
Relevant when deciding whether to enter Default-Generic mode automatically. This variable should be set to a small positive number.
Source Code
;; Defined in /usr/src/emacs/lisp/generic-x.el.gz
(defcustom generic-lines-to-scan 3
"Number of lines that `generic-mode-find-file-hook' looks at.
Relevant when deciding whether to enter Default-Generic mode automatically.
This variable should be set to a small positive number."
:type 'integer)