comparison src/dispnew.c @ 71141:8b67793e19f3

Whitespace changes.
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Jun 2006 21:04:58 +0000
parents 5cf77229c85d
children 623f01d9e470
comparison
equal deleted inserted replaced
71140:80310801887e 71141:8b67793e19f3
353 353
354 static unsigned history_tick; 354 static unsigned history_tick;
355 355
356 static void add_frame_display_history P_ ((struct frame *, int)); 356 static void add_frame_display_history P_ ((struct frame *, int));
357 static void add_window_display_history P_ ((struct window *, char *, int)); 357 static void add_window_display_history P_ ((struct window *, char *, int));
358 358
359
360 /* Add to the redisplay history how window W has been displayed. 359 /* Add to the redisplay history how window W has been displayed.
361 MSG is a trace containing the information how W's glyph matrix 360 MSG is a trace containing the information how W's glyph matrix
362 has been constructed. PAUSED_P non-zero means that the update 361 has been constructed. PAUSED_P non-zero means that the update
363 has been interrupted for pending input. */ 362 has been interrupted for pending input. */
364 363
6406 swallow_events (display); 6405 swallow_events (display);
6407 6406
6408 if ((detect_input_pending_run_timers (display) 6407 if ((detect_input_pending_run_timers (display)
6409 && !redisplay_dont_pause) 6408 && !redisplay_dont_pause)
6410 || !NILP (Vexecuting_kbd_macro)) 6409 || !NILP (Vexecuting_kbd_macro))
6411
6412 return Qnil; 6410 return Qnil;
6413 6411
6414 if (initial_display) 6412 if (initial_display)
6415 redisplay_preserve_echo_area (2); 6413 redisplay_preserve_echo_area (2);
6416 6414