Mercurial > emacs
comparison lisp/ChangeLog @ 107859:1a6d2311d8d5
Simplify by using `define-derived-mode'.
* info.el (Info-mode):
* calendar/todo-mode.el (todo-mode):
* play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
(gomoku-mode-map): Move initialization into declaration.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 15 Apr 2010 03:12:20 +0200 |
parents | 57532220127a |
children | 8fb2953d73a1 |
comparison
equal
deleted
inserted
replaced
107858:57532220127a | 107859:1a6d2311d8d5 |
---|---|
1 2010-04-15 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 Simplify by using `define-derived-mode'. | |
4 * info.el (Info-mode): | |
5 * calendar/todo-mode.el (todo-mode): | |
6 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'. | |
7 (gomoku-mode-map): Move initialization into declaration. | |
8 | |
1 2010-04-14 Michael Albinus <michael.albinus@gmx.de> | 9 2010-04-14 Michael Albinus <michael.albinus@gmx.de> |
2 | 10 |
3 Fix Bug#5840. | 11 Fix Bug#5840. |
4 * ido.el (ido-file-name-all-completions-1): | 12 * ido.el (ido-file-name-all-completions-1): |
5 * minibuffer.el (minibuffer-completion-help): | 13 * minibuffer.el (minibuffer-completion-help): |