Function: mm-handle-id
mm-handle-id is a macro defined in mm-decode.el.gz.
Signature
(mm-handle-id HANDLE)
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defmacro mm-handle-id (handle)
`(nth 7 ,handle))
mm-handle-idmm-handle-id is a macro defined in mm-decode.el.gz.
(mm-handle-id HANDLE)
;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defmacro mm-handle-id (handle)
`(nth 7 ,handle))