diff options
Diffstat (limited to 'lib-src/timer.c')
| -rw-r--r-- | lib-src/timer.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/timer.c b/lib-src/timer.c index d6419ef4cc8..466425e30a8 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c | |||
| @@ -293,8 +293,12 @@ main (argc, argv) | |||
| 293 | } | 293 | } |
| 294 | #endif /* USG */ | 294 | #endif /* USG */ |
| 295 | 295 | ||
| 296 | /* In case Emacs sent some input before we set up | ||
| 297 | the handling of SIGIO, read it now. */ | ||
| 298 | kill (0, SIGIO); | ||
| 299 | |||
| 296 | for (;;) | 300 | for (;;) |
| 297 | pause (); | 301 | pause (); |
| 298 | } | 302 | } |
| 299 | 303 | ||
| 300 | /* timer.c ends here */ | 304 | /* timer.c ends here */ |