Function: mail-header-lines--cmacro
mail-header-lines--cmacro is a function defined in nnheader.el.gz.
Signature
(mail-header-lines--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for mail-header-lines.
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-lines--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block mail-header-lines
(progn (aref cl-x 7)))
nil nil nil cl-x)))
(t) nil "compiler-macro for `mail-header-lines'."]