aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mml.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el
index 1df4e28f13d..b664ebe3bf9 100644
--- a/lisp/gnus/mml.el
+++ b/lisp/gnus/mml.el
@@ -1237,7 +1237,6 @@ See Info node `(emacs-mime)Composing'.
1237\\{mml-mode-map}" 1237\\{mml-mode-map}"
1238 :lighter " MML" :keymap mml-mode-map 1238 :lighter " MML" :keymap mml-mode-map
1239 (when mml-mode 1239 (when mml-mode
1240 (easy-menu-add mml-menu mml-mode-map)
1241 (when (boundp 'dnd-protocol-alist) 1240 (when (boundp 'dnd-protocol-alist)
1242 (set (make-local-variable 'dnd-protocol-alist) 1241 (set (make-local-variable 'dnd-protocol-alist)
1243 (append mml-dnd-protocol-alist dnd-protocol-alist))))) 1242 (append mml-dnd-protocol-alist dnd-protocol-alist)))))