X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fprocess-unix.c;h=0d57c957ceff6ea7608a291d69e37a822f8a4404;hb=1bbdeb3a4ec887b8a6bcacb0384a978cc3b1f6f5;hp=e7fcc3da51f3c26b77d3ba089c21cbccec30c911;hpb=f8e9b35a0e8ba64b3f7102a30e88a6b1d0b2a18b;p=chise%2Fxemacs-chise.git- diff --git a/src/process-unix.c b/src/process-unix.c index e7fcc3d..0d57c95 100644 --- a/src/process-unix.c +++ b/src/process-unix.c @@ -892,6 +892,7 @@ unix_create_process (Lisp_Process *p, #endif set_descriptor_non_blocking (inchannel); + set_descriptor_non_blocking (outchannel); /* Record this as an active process, with its channels. As a result, child_setup will close Emacs's side of the pipes. */