Function: flymake--make-backend-state

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

Signature

(flymake--make-backend-state &key RUNNING REPORTED-P DISABLED DIAGS FOREIGN-DIAGS)

Documentation

Constructor for objects of type flymake--state.

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)))