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