Function: flymake--state-disabled
flymake--state-disabled is a byte-compiled function defined in
flymake.el.gz.
Signature
(flymake--state-disabled CL-X)
Documentation
Access slot "disabled" of flymake--state struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(cl-defstruct (flymake--state
(:constructor flymake--make-backend-state))
running reported-p disabled diags (foreign-diags
(make-hash-table)))