Function: mm-handle-media-type

mm-handle-media-type is a byte-compiled function defined in mm-decode.el.gz.

Signature

(mm-handle-media-type HANDLE)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defsubst mm-handle-media-type (handle)
  (if (stringp (car handle))
      (car handle)
    (car (mm-handle-type handle))))