Variable: flymake-gui-warnings-enabled
flymake-gui-warnings-enabled is a customizable variable defined in
flymake.el.gz.
This variable is obsolete since 26.1; it no longer has any effect.
Value
t
Documentation
Enables/disables GUI warnings.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-gui-warnings-enabled t
"Enables/disables GUI warnings."
:type 'boolean)