Function: flymake--state-running

flymake--state-running is a byte-compiled function defined in flymake.el.gz.

Signature

(flymake--state-running flymake--state-running X)

Documentation

Access slot "running" of flymake--state struct 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)))