Function: mail-header-references--cmacro

mail-header-references--cmacro is a function defined in nnheader.el.gz.

Signature

(mail-header-references--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining mail-header-references.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnheader.el.gz
;; Closure converted to defun by helpful.
(defun mail-header-references--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `mail-header-references'."
  (cl-block mail-header-references--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block mail-header-references
	(progn
	  (aref cl-x 5)))
     nil nil nil cl-x)))