aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2006-06-01 21:04:58 +0000
committerRichard M. Stallman2006-06-01 21:04:58 +0000
commit6a8aec41a3d465217a7d998cae05bd640a748a2f (patch)
tree0e16646b2eef9dee3aed37c34fcb4445abdb8bc2 /src
parenta5cfdda8adae935411ed4bf9a11999ccdb8b956a (diff)
downloademacs-6a8aec41a3d465217a7d998cae05bd640a748a2f.tar.gz
emacs-6a8aec41a3d465217a7d998cae05bd640a748a2f.zip
Whitespace changes.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index e88029b827f..89e2673d6c2 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -355,8 +355,7 @@ static unsigned history_tick;
355 355
356static void add_frame_display_history P_ ((struct frame *, int)); 356static void add_frame_display_history P_ ((struct frame *, int));
357static void add_window_display_history P_ ((struct window *, char *, int)); 357static 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
@@ -6408,7 +6407,6 @@ sit_for (sec, usec, reading, display, initial_display)
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)