Variable: flymake-mode-line-counters

flymake-mode-line-counters is a variable defined in flymake.el.gz.

Value

(:eval
 (flymake--mode-line-counters))

Documentation

Mode-line construct for counting Flymake diagnostics.

The counters are only placed if some Flymake backend initialized correctly.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defvar flymake-mode-line-counters '(:eval (flymake--mode-line-counters))
  "Mode-line construct for counting Flymake diagnostics.
The counters are only placed if some Flymake backend initialized
correctly.")