Variable: flymake-start-on-save-buffer
flymake-start-on-save-buffer is a customizable variable defined in
flymake.el.gz.
Value
t
Documentation
If non-nil, start syntax check when a buffer is saved.
Specifically, start it when the saved buffer is actually displayed.
This variable was added, or its default value changed, in Emacs 27.1.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-start-on-save-buffer t
"If non-nil, start syntax check when a buffer is saved.
Specifically, start it when the saved buffer is actually displayed."
:version "27.1"
:type 'boolean)