mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(main): Generate a SIGIO as soon as we've initialized.
This commit is contained in:
parent
a5024e2ace
commit
4d09905307
1 changed files with 5 additions and 1 deletions
|
|
@ -293,8 +293,12 @@ main (argc, argv)
|
|||
}
|
||||
#endif /* USG */
|
||||
|
||||
/* In case Emacs sent some input before we set up
|
||||
the handling of SIGIO, read it now. */
|
||||
kill (0, SIGIO);
|
||||
|
||||
for (;;)
|
||||
pause ();
|
||||
pause ();
|
||||
}
|
||||
|
||||
/* timer.c ends here */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue