mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(redisplay_internal): Take message_cleared_p into
account only if minibuf_level == 0.
This commit is contained in:
parent
57749acfbd
commit
5ae296846a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue