Function: flymake--state-diags--cmacro
flymake--state-diags--cmacro is a function defined in flymake.el.gz.
Signature
(flymake--state-diags--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for flymake--state-diags.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block flymake--state-diags--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block flymake--state-diags
(progn
(or (flymake--state-p cl-x)
(signal 'wrong-type-argument
(list 'flymake--state cl-x)))
(aref cl-x 4)))
nil nil nil cl-x)))
(t) nil "compiler-macro for `flymake--state-diags'."]