]> git.eshelyaron.com Git - emacs.git/commitdiff
(echo_area_display): Comment fix.
authorGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 11:23:52 +0000 (11:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 11:23:52 +0000 (11:23 +0000)
src/xdisp.c

index 2081343677ec4bb0e081531f39c10bbd94470e17..a8803c077ca2629bd1b30dfdc312bdc6712fd546 100644 (file)
@@ -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