diff options
| author | Gerd Moellmann | 2000-12-28 12:19:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-28 12:19:58 +0000 |
| commit | c06017fbd01336c22d89e645dd953e987d24b5fe (patch) | |
| tree | e8e6576071d76ed899a302d17b66c97dd44e2ebe /src/ChangeLog | |
| parent | 3aac3bcfdb79ab81736a9642ed27ac8cee6dd3c3 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2000-12-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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. |