aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-01-26 11:23:52 +0000
committerGerd Moellmann <[email protected]>2001-01-26 11:23:52 +0000
commit8af1308e286e2133d2194ade659d157d7572163f (patch)
treeb6ab53b3bdea6b9f0b83d62cdf394797d2546df0 /src
parenta47b7816d69f25f429ba57f48e2262b4c5adc166 (diff)
(echo_area_display): Comment fix.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 2081343677..a8803c077c 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -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