diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index 1df4e28f13d4fad6d13f550a7963749a2ef83fc1..b664ebe3bf945853843cac8875374ee1a6530cbe 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el @@ -1237,7 +1237,6 @@ See Info node `(emacs-mime)Composing'. \\{mml-mode-map}" :lighter " MML" :keymap mml-mode-map (when mml-mode - (easy-menu-add mml-menu mml-mode-map) (when (boundp 'dnd-protocol-alist) (set (make-local-variable 'dnd-protocol-alist) (append mml-dnd-protocol-alist dnd-protocol-alist)))))