Mercurial > emacs
comparison src/ChangeLog @ 38637:4d180178bb00
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 01 Aug 2001 13:58:03 +0000 |
parents | 488827a6778b |
children | eb395a6ad334 |
comparison
equal
deleted
inserted
replaced
38636:c1dc55683398 | 38637:4d180178bb00 |
---|---|
1 2001-08-01 Gerd Moellmann <gerd@gnu.org> | 1 2001-08-01 Gerd Moellmann <gerd@gnu.org> |
2 | 2 |
3 * xdisp.c (redisplay_internal): Add a check for the last | |
4 displayed message. | |
5 | |
3 * xdisp.c (message_cleared_p): New variable. | 6 * xdisp.c (message_cleared_p): New variable. |
4 (clear_message): Set message_cleared_p when clearing the current | 7 (clear_message): Set message_cleared_p when clearing the current |
5 message. | 8 message. |
6 (redisplay_internal): Look at message_cleared_p to capture | 9 (redisplay_internal): Look at message_cleared_p to capture |
7 the case that the echo area should be cleared. | 10 the case that the echo area should be cleared. |