Variable: flymake-proc-compilation-prevents-syntax-check
flymake-proc-compilation-prevents-syntax-check is a customizable
variable defined in flymake-proc.el.gz.
Value
t
Documentation
If non-nil, don't start syntax check if compilation is running.
Aliases
flymake-compilation-prevents-syntax-check (obsolete since 26.1)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake-proc.el.gz
(defcustom flymake-proc-compilation-prevents-syntax-check t
"If non-nil, don't start syntax check if compilation is running."
:group 'flymake
:type 'boolean)