Mercurial > emacs
diff src/callproc.c @ 585:1d71babec025
*** empty log message ***
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Mon, 16 Mar 1992 23:20:07 +0000 |
| parents | e2782df984a2 |
| children | eca8812e61cd |
line wrap: on
line diff
--- a/src/callproc.c Mon Mar 16 20:39:07 1992 +0000 +++ b/src/callproc.c Mon Mar 16 23:20:07 1992 +0000 @@ -242,6 +242,9 @@ if (XTYPE (buffer) == Lisp_Int) { #ifndef subprocesses + /* If Emacs has been built with asynchronous subprocess support, + we don't need to do this, I think because it will then have + the facilities for handling SIGCHLD. */ wait_without_blocking (); #endif /* subprocesses */ return Qnil;
