Mercurial > emacs
comparison lisp/ChangeLog @ 74788:be1d386938b5
* tutorial.el: Remove `cl' requirement. Clean up whitespace.
Replace '?\ ' by '?\s' throughout.
(tutorial-warning-face): Inherit font-lock-warning-face. Move to
`help' custom group.
(tutorial--key-description): New function.
(tutorial--display-changes): Remove redundant arg. Scan for all
key sequences to avoid false matches. Cleanup.
(tutorial--saved-dir): Save to a subdirectory in .emacs.d to
reduce homedir pollution.
(help-with-tutorial): Call tutorial--display-changes with no arg.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 21 Dec 2006 17:25:34 +0000 |
parents | f13a49d8f422 |
children | 4a9998346e6e |
comparison
equal
deleted
inserted
replaced
74787:6894f7009c05 | 74788:be1d386938b5 |
---|---|
1 2006-12-21 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * tutorial.el: Remove `cl' requirement. Clean up whitespace. | |
4 Replace '?\ ' by '?\s' throughout. | |
5 (tutorial-warning-face): Inherit font-lock-warning-face. Move to | |
6 `help' custom group. | |
7 (tutorial--key-description): New function. | |
8 (tutorial--display-changes): Remove redundant arg. Scan for all | |
9 key sequences to avoid false matches. Cleanup. | |
10 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to | |
11 reduce homedir pollution. | |
12 (help-with-tutorial): Call tutorial--display-changes with no arg. | |
13 | |
1 2006-12-21 Carsten Dominik <dominik@science.uva.nl> | 14 2006-12-21 Carsten Dominik <dominik@science.uva.nl> |
2 | 15 |
3 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t. | 16 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t. |
4 | 17 |
5 2006-12-20 Michael Albinus <michael.albinus@gmx.de> | 18 2006-12-20 Michael Albinus <michael.albinus@gmx.de> |