diff options
| author | Stefan Monnier | 2002-03-05 18:09:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-03-05 18:09:25 +0000 |
| commit | 5c749f60f0d0b8cbaa5d7afa49646d0600e6d98f (patch) | |
| tree | 3e4783339f88818b226f52f70926f7a0f589b8aa /src | |
| parent | 11a93899b83b7eb16185b5b65f01c3a31ecd1e11 (diff) | |
| download | emacs-5c749f60f0d0b8cbaa5d7afa49646d0600e6d98f.tar.gz emacs-5c749f60f0d0b8cbaa5d7afa49646d0600e6d98f.zip | |
(sit_for): Don't wait if executing a kbd macro.
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) |