# HG changeset patch # User Gerd Moellmann # Date 980426422 0 # Node ID 38b39254db7599a8778a39063f4eee971eb91529 # Parent 025e83395d81426dee40938aba8783daff17a40c (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 -r 025e83395d81 -r 38b39254db75 src/xdisp.c --- a/src/xdisp.c Thu Jan 25 12:32:26 2001 +0000 +++ b/src/xdisp.c Thu Jan 25 12:40:22 2001 +0000 @@ -6667,7 +6667,7 @@ 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