comparison src/dispnew.c @ 35336:002c02db42d3

Call redisplay_preserve_echo_area with additional arg.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 16 Jan 2001 12:42:22 +0000
parents 8e3c6f1a31ab
children 3fc8f4c6ed56
comparison
equal deleted inserted replaced
35335:b5a39d371511 35336:002c02db42d3
6141 6141
6142 if (detect_input_pending_run_timers (display)) 6142 if (detect_input_pending_run_timers (display))
6143 return Qnil; 6143 return Qnil;
6144 6144
6145 if (initial_display) 6145 if (initial_display)
6146 redisplay_preserve_echo_area (); 6146 redisplay_preserve_echo_area (2);
6147 6147
6148 if (sec == 0 && usec == 0) 6148 if (sec == 0 && usec == 0)
6149 return Qt; 6149 return Qt;
6150 6150
6151 #ifdef SIGIO 6151 #ifdef SIGIO