Mercurial > emacs
comparison lisp/ChangeLog @ 57149:319d48feb1e9
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 19 Sep 2004 01:11:35 +0000 |
parents | b628e08b0230 |
children | 5350f17d0a78 |
comparison
equal
deleted
inserted
replaced
57148:9bb86b9e678e | 57149:319d48feb1e9 |
---|---|
1 2004-09-18 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * textmodes/enriched.el (enriched-rerun-flag): New variable. | |
4 (enriched-before-change-major-mode): New function. | |
5 Add it to `change-major-mode-hook'. | |
6 (enriched-after-change-major-mode): New function. | |
7 Add it to `after-change-major-mode-hook'. | |
8 (enriched-mode): Make it work correctly if called from | |
9 `after-change-major-mode-hook'. | |
10 No longer set `indent-line-function'. | |
11 | |
12 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'. | |
13 | |
14 * subr.el (after-change-major-mode-hook): New variable. | |
15 (run-mode-hooks): Implement it. | |
16 | |
1 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca> | 17 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 18 |
3 * battery.el (battery-linux-proc-apm): Use string-to-number. | 19 * battery.el (battery-linux-proc-apm): Use string-to-number. |
4 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir. | 20 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir. |
5 Use dolist (and less indentation). Use erase-buffer. | 21 Use dolist (and less indentation). Use erase-buffer. |