diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06206a94a4f..2d53836e40b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * progmodes/compile.el (compilation-start): In the | 3 | * progmodes/compile.el (compilation-start): In the |
| 4 | no-async-subprocesses branch, call sit-for to give redisplay a | 4 | no-async-subprocesses branch, call sit-for to give redisplay a |
| 5 | chance to show the updated process status in the mode line. | 5 | chance to show the updated process status in the mode line, and |
| 6 | fontify the buffer explicitly after the process exits. | ||
| 6 | 7 | ||
| 7 | 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 8 | 9 | ||