Function: mm-uu-function-1--cmacro
mm-uu-function-1--cmacro is a function defined in mm-uu.el.gz.
Signature
(mm-uu-function-1--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining mm-uu-function-1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mm-uu.el.gz
;; Closure converted to defun by helpful.
(defun mm-uu-function-1--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `mm-uu-function-1'."
(cl-block mm-uu-function-1--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block mm-uu-function-1
(progn
(nth 4 cl-x)))
nil nil nil cl-x)))