Function: compilation--message-p
compilation--message-p is a function defined in compile.el.gz.
Signature
(compilation--message-p CL-X)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
;; Could not find source code, showing raw function object.
#[(cl-x)
((cl-block compilation--message-p
(and (memq (type-of cl-x) cl-struct-compilation--message-tags) t)))
(t)]