]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove XEmacs compat code from mml.el that gave a compilation warning
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Jun 2019 23:27:36 +0000 (01:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Jun 2019 23:27:36 +0000 (01:27 +0200)
* lisp/gnus/mml.el (mml-mode): Remove XEmacs compat code

lisp/gnus/mml.el

index 1df4e28f13d4fad6d13f550a7963749a2ef83fc1..b664ebe3bf945853843cac8875374ee1a6530cbe 100644 (file)
@@ -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)))))