Function: mm-uu-function-extract
mm-uu-function-extract is a byte-compiled function defined in
mm-uu.el.gz.
Signature
(mm-uu-function-extract CL-X)
Documentation
Access slot "function-extract" of mm-uu-entry struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mm-uu.el.gz
;; functions
(cl-defstruct (mm-uu-entry
(:conc-name mm-uu-)
(:constructor nil)
(:type list))
type beginning-regexp end-regexp function-extract function-1 function-2)