Variable: flymake-proc-check-file-limit

flymake-proc-check-file-limit is a variable defined in flymake-proc.el.gz.

Value

8192

Documentation

Maximum number of chars to look at when checking possible master file.

Nil means search the entire file.

Aliases

flymake-check-file-limit (obsolete since 26.1)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defvar flymake-proc-check-file-limit 8192
  "Maximum number of chars to look at when checking possible master file.
Nil means search the entire file.")