Mercurial > emacs
comparison lisp/ChangeLog @ 72941:9c3b1f40669d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Sep 2006 18:44:45 +0000 |
parents | 980586804d04 |
children | 83ba38e8e8b8 |
comparison
equal
deleted
inserted
replaced
72940:c2b72b555fc4 | 72941:9c3b1f40669d |
---|---|
1 2006-09-16 Richard Stallman <rms@gnu.org> | |
2 | |
3 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd. | |
4 (conf-space-mode): Don't handle prefix arg. | |
5 Delete conf-space-keywords-override code. | |
6 Use add-hook. | |
7 (conf-space-keywords): New command. | |
8 (conf-space-mode-internal): Be careful with imenu-generic-expression. | |
9 Delete conf-space-keywords-override code. | |
10 (conf-space-keywords-alist): Doc fix. | |
11 (conf-space-font-lock-keywords): Doc fix. | |
12 (conf-space-keywords-override): Var deleted. | |
13 | |
1 2006-09-16 Chong Yidong <cyd@stupidchicken.com> | 14 2006-09-16 Chong Yidong <cyd@stupidchicken.com> |
2 | 15 |
3 * startup.el (fancy-splash-screens): Don't switch to the scratch | 16 * startup.el (fancy-splash-screens): Don't switch to the scratch |
4 buffer; it may not be the next buffer. | 17 buffer; it may not be the next buffer. |
5 | 18 |