Variable: flymake-proc-master-file-count-limit

flymake-proc-master-file-count-limit is a customizable variable defined in flymake-proc.el.gz.

Value

32

Documentation

Max number of master files to check.

Aliases

flymake-master-file-count-limit (obsolete since 26.1)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defcustom flymake-proc-master-file-count-limit 32
  "Max number of master files to check."
  :group 'flymake
  :type 'integer)