From: Gerd Moellmann Date: Thu, 25 Jan 2001 12:40:22 +0000 (+0000) Subject: (echo_area_display): Don't call redisplay_internal X-Git-Tag: emacs-pretest-21.0.96~94 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3e6cafd617e5a4e5f2de7b7f7e52acb579c0c0a;p=emacs.git (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. --- diff --git a/src/xdisp.c b/src/xdisp.c index c99650f14fc..b205e8a432a 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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