Function: flymake--state-p

flymake--state-p is a function defined in flymake.el.gz.

Signature

(flymake--state-p X)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
;; Could not find source code, showing raw function object.
#[(x) ((and (memq (type-of x) cl-struct-flymake--state-tags) t))
  (cl-struct-flymake--state-tags)]