aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2004-05-02 17:23:04 +0000
committerEli Zaretskii2004-05-02 17:23:04 +0000
commit052ca4d1d2fffca52c6e69c4f8cd480ca547463e (patch)
treedeadb1606f449c0c35f8d285503313a1721dbc72 /lisp/ChangeLog
parent4f9ae122650926b107b8b6bd4e5b0cf97abeacd9 (diff)
downloademacs-052ca4d1d2fffca52c6e69c4f8cd480ca547463e.tar.gz
emacs-052ca4d1d2fffca52c6e69c4f8cd480ca547463e.zip
(compilation-start): In the no-async-subprocesses branch, fontify
the buffer explicitly after the process exits.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
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
72004-05-01 Stefan Monnier <monnier@iro.umontreal.ca> 82004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8 9