1
Fork 0
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:
Richard M. Stallman 1993-08-01 07:45:35 +00:00
parent a5024e2ace
commit 4d09905307

View file

@ -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 */