diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 4 |
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 | ||
| 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 |
| @@ -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) |