Mercurial > emacs
changeset 38634:488827a6778b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 01 Aug 2001 13:27:18 +0000 |
parents | ae77d25eb5cc |
children | b6a0070476c7 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Aug 01 13:25:32 2001 +0000 +++ b/src/ChangeLog Wed Aug 01 13:27:18 2001 +0000 @@ -1,5 +1,11 @@ 2001-08-01 Gerd Moellmann <gerd@gnu.org> + * xdisp.c (message_cleared_p): New variable. + (clear_message): Set message_cleared_p when clearing the current + message. + (redisplay_internal): Look at message_cleared_p to capture + the case that the echo area should be cleared. + * keyboard.c (command_loop_1): Fix spelling of resize_echo_area_exactly.