Function: nnmaildir--art-p--cmacro

nnmaildir--art-p--cmacro is a function defined in nnmaildir.el.gz.

Signature

(nnmaildir--art-p--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for nnmaildir--art-p.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmaildir.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((cl-block nnmaildir--art-p--cmacro
     (cl--defsubst-expand '(cl-x)
			  '(cl-block nnmaildir--art-p
			     (and
			      (memq (type-of cl-x)
				    cl-struct-nnmaildir--art-tags)
			      t))
			  nil nil nil cl-x)))
  (t) nil "compiler-macro for `nnmaildir--art-p'."]