Function: mm-uu-function-2--cmacro

mm-uu-function-2--cmacro is a function defined in mm-uu.el.gz.

Signature

(mm-uu-function-2--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining mm-uu-function-2.

Source Code

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