mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-03 11:41:41 -07:00
(echo_area_display): Don't call redisplay_internal
when Emacs is shutting down. We can't run hooks etc. that would be necessary to do a redisplay.
This commit is contained in:
parent
4685e6b754
commit
c3e6cafd61
1 changed files with 1 additions and 1 deletions
|
|
@ -6667,7 +6667,7 @@ echo_area_display (update_frame_p)
|
|||
if (!display_completed)
|
||||
n = redisplay_mode_lines (FRAME_ROOT_WINDOW (f), 0);
|
||||
|
||||
if (window_height_changed_p)
|
||||
if (window_height_changed_p && !NILP (Vrun_hooks))
|
||||
{
|
||||
/* Must update other windows. Likewise as in other
|
||||
cases, don't let this update be interrupted by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue