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 inlining nnmaildir--art-p.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmaildir.el.gz
;; Closure converted to defun by helpful.
(defun nnmaildir--art-p--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `nnmaildir--art-p'."
(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)))