comparison src/xdisp.c @ 35598:c332de00af36

(echo_area_display): Comment fix.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 26 Jan 2001 11:23:52 +0000
parents 37e5851b22b2
children 369c647a5ed5
comparison
equal deleted inserted replaced
35597:712bca47575d 35598:c332de00af36
6665 been called, so that mode lines above the echo area are 6665 been called, so that mode lines above the echo area are
6666 garbaged. This looks odd, so we prevent it here. */ 6666 garbaged. This looks odd, so we prevent it here. */
6667 if (!display_completed) 6667 if (!display_completed)
6668 n = redisplay_mode_lines (FRAME_ROOT_WINDOW (f), 0); 6668 n = redisplay_mode_lines (FRAME_ROOT_WINDOW (f), 0);
6669 6669
6670 if (window_height_changed_p && !NILP (Vrun_hooks)) 6670 if (window_height_changed_p
6671 /* Don't do this if Emacs is shutting down. Redisplay
6672 needs to run hooks. */
6673 && !NILP (Vrun_hooks))
6671 { 6674 {
6672 /* Must update other windows. Likewise as in other 6675 /* Must update other windows. Likewise as in other
6673 cases, don't let this update be interrupted by 6676 cases, don't let this update be interrupted by
6674 pending input. */ 6677 pending input. */
6675 int count = BINDING_STACK_SIZE (); 6678 int count = BINDING_STACK_SIZE ();