diff options
| author | Lars Ingebrigtsen | 2019-06-13 01:27:36 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-13 01:27:36 +0200 |
| commit | 1743da11d0fdbb24f6c6e8d084e98d0b6e4d3f62 (patch) | |
| tree | 537c9caf981812b5b5b46343e30b7276b8df5e1a | |
| parent | 7556772ac2e375d3812665dd8e31548e0dd1f7ee (diff) | |
| download | emacs-1743da11d0fdbb24f6c6e8d084e98d0b6e4d3f62.tar.gz emacs-1743da11d0fdbb24f6c6e8d084e98d0b6e4d3f62.zip | |
Remove XEmacs compat code from mml.el that gave a compilation warning
* lisp/gnus/mml.el (mml-mode): Remove XEmacs compat code
| -rw-r--r-- | lisp/gnus/mml.el | 1 |
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))))) |