diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 4f7e36f5c19..43d99b256c9 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -6175,7 +6175,7 @@ sit_for (sec, usec, reading, display, initial_display) | |||
| 6175 | 6175 | ||
| 6176 | swallow_events (display); | 6176 | swallow_events (display); |
| 6177 | 6177 | ||
| 6178 | if (detect_input_pending_run_timers (display)) | 6178 | if (detect_input_pending_run_timers (display) || !NILP (Vexecuting_macro)) |
| 6179 | return Qnil; | 6179 | return Qnil; |
| 6180 | 6180 | ||
| 6181 | if (initial_display) | 6181 | if (initial_display) |