aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-28 12:19:58 +0000
committerGerd Moellmann2000-12-28 12:19:58 +0000
commitc06017fbd01336c22d89e645dd953e987d24b5fe (patch)
treee8e6576071d76ed899a302d17b66c97dd44e2ebe /src/ChangeLog
parent3aac3bcfdb79ab81736a9642ed27ac8cee6dd3c3 (diff)
downloademacs-c06017fbd01336c22d89e645dd953e987d24b5fe.tar.gz
emacs-c06017fbd01336c22d89e645dd953e987d24b5fe.zip
(echo_area_display): Bind redisplay-dont-pause to t
around the call to redisplay_internal.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8563a8fdbe2..8e5fdb97d26 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-12-28 Gerd Moellmann <gerd@gnu.org> 12000-12-28 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (echo_area_display): Bind redisplay-dont-pause to t
4 around the call to redisplay_internal.
5
3 * xfns.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG. 6 * xfns.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
4 7
5 * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG. 8 * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.