Variable: mml-mode
mml-mode is a buffer-local variable defined in mml.el.gz.
Documentation
Non-nil if MML mode is enabled.
Use the command mml-mode(var)/mml-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mml.el.gz
(define-minor-mode mml-mode
"Minor mode for editing MML.
MML is the MIME Meta Language, a minor mode for composing MIME articles.
See Info node `(emacs-mime)Composing'.
\\{mml-mode-map}"
:lighter " MML" :keymap mml-mode-map
(when mml-mode
(when (boundp 'dnd-protocol-alist)
(setq-local dnd-protocol-alist
(append mml-dnd-protocol-alist dnd-protocol-alist)))))