mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-28 19:42:02 +00:00
(echo_area_display): Comment fix.
This commit is contained in:
parent
a47b7816d6
commit
8af1308e28
@ -6667,7 +6667,10 @@ echo_area_display (update_frame_p)
|
||||
if (!display_completed)
|
||||
n = redisplay_mode_lines (FRAME_ROOT_WINDOW (f), 0);
|
||||
|
||||
if (window_height_changed_p && !NILP (Vrun_hooks))
|
||||
if (window_height_changed_p
|
||||
/* Don't do this if Emacs is shutting down. Redisplay
|
||||
needs to run hooks. */
|
||||
&& !NILP (Vrun_hooks))
|
||||
{
|
||||
/* Must update other windows. Likewise as in other
|
||||
cases, don't let this update be interrupted by
|
||||
|
Loading…
Reference in New Issue
Block a user