Function: make-full-mail-header--cmacro
make-full-mail-header--cmacro is a function defined in nnheader.el.gz.
Signature
(make-full-mail-header--cmacro _CL-WHOLE-ARG &optional NUMBER SUBJECT FROM DATE ID REFERENCES CHARS LINES XREF EXTRA)
Documentation
compiler-macro for make-full-mail-header.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnheader.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg &optional number subject from date id references
chars lines xref extra)
((cl-block make-full-mail-header--cmacro
(cl--defsubst-expand
'(number subject from date id references chars lines xref extra)
'(cl-block make-full-mail-header
(vector number subject from date id references chars lines
xref extra))
nil nil nil number subject from date id references chars lines
xref extra)))
(cl-struct-mail-header-tags) nil
"compiler-macro for `make-full-mail-header'."]