Function: mm-uu-type

mm-uu-type is a byte-compiled function defined in mm-uu.el.gz.

Signature

(mm-uu-type CL-X)

Documentation

Access slot "type" 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)