Function: mail-header-subject--cmacro
mail-header-subject--cmacro is a function defined in nnheader.el.gz.
Signature
(mail-header-subject--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for mail-header-subject.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnheader.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((cl-block mail-header-subject--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block mail-header-subject
(progn (aref cl-x 1)))
nil nil nil cl-x)))
(t) nil "compiler-macro for `mail-header-subject'."]