Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
584:4cd7543be581 | 585:1d71babec025 |
---|---|
240 } | 240 } |
241 | 241 |
242 if (XTYPE (buffer) == Lisp_Int) | 242 if (XTYPE (buffer) == Lisp_Int) |
243 { | 243 { |
244 #ifndef subprocesses | 244 #ifndef subprocesses |
245 /* If Emacs has been built with asynchronous subprocess support, | |
246 we don't need to do this, I think because it will then have | |
247 the facilities for handling SIGCHLD. */ | |
245 wait_without_blocking (); | 248 wait_without_blocking (); |
246 #endif /* subprocesses */ | 249 #endif /* subprocesses */ |
247 return Qnil; | 250 return Qnil; |
248 } | 251 } |
249 | 252 |