[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 1743da1 4/7: Remove XEmacs compat code from mml.el
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master 1743da1 4/7: Remove XEmacs compat code from mml.el that gave a compilation warning |
Date: |
Wed, 12 Jun 2019 19:45:12 -0400 (EDT) |
branch: master
commit 1743da11d0fdbb24f6c6e8d084e98d0b6e4d3f62
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
Remove XEmacs compat code from mml.el that gave a compilation warning
* lisp/gnus/mml.el (mml-mode): Remove XEmacs compat code
---
lisp/gnus/mml.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el
index 1df4e28..b664ebe 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)))))
- [Emacs-diffs] master updated (6d63f68 -> d16b73f), Lars Ingebrigtsen, 2019/06/12
- [Emacs-diffs] master d16b73f 7/7: Fix compilation warning in qp.el, Lars Ingebrigtsen, 2019/06/12
- [Emacs-diffs] master afa47a6 1/7: todo-mode.el compilation warning fix, Lars Ingebrigtsen, 2019/06/12
- [Emacs-diffs] master e463629 2/7: Compilation warning fix for byte-run.el, Lars Ingebrigtsen, 2019/06/12
- [Emacs-diffs] master 1743da1 4/7: Remove XEmacs compat code from mml.el that gave a compilation warning,
Lars Ingebrigtsen <=
- [Emacs-diffs] master 9645b57 5/7: Compilation warning fix in feedmail.el, Lars Ingebrigtsen, 2019/06/12
- [Emacs-diffs] master 982af7f 6/7: Fix warning about obsolete func calling obsolete func in etags.el, Lars Ingebrigtsen, 2019/06/12
- [Emacs-diffs] master 7556772 3/7: message.el byte compilation warning fix, Lars Ingebrigtsen, 2019/06/12