(redisplay_internal): Take message_cleared_p into

account only if minibuf_level == 0.
This commit is contained in:
Gerd Moellmann 2001-08-02 08:30:26 +00:00
parent 57749acfbd
commit 5ae296846a

View file

@ -8418,7 +8418,7 @@ redisplay_internal (preserve_echo_area)
the echo area should be cleared. */
if ((!NILP (echo_area_buffer[0]) && !display_last_displayed_message_p)
|| (!NILP (echo_area_buffer[1]) && display_last_displayed_message_p)
|| message_cleared_p)
|| (message_cleared_p && minibuf_level == 0))
{
int window_height_changed_p = echo_area_display (0);
must_finish = 1;