From: Richard M. Stallman Date: Sat, 24 Sep 1994 00:20:07 +0000 (+0000) Subject: Delete BROKEN_FASYNC conditional. X-Git-Tag: emacs-19.34~6818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b79b5bff94e3311d2597ec68d002f49fa203b786;p=emacs.git Delete BROKEN_FASYNC conditional. --- diff --git a/src/sysdep.c b/src/sysdep.c index 51cbb04fc4c..9863ec99f07 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -112,15 +112,6 @@ extern int errno; #endif #endif /* not 4.1 bsd */ -#ifdef BROKEN_FASYNC -/* On some systems (DGUX comes to mind real fast) FASYNC causes - background writes to the terminal to stop all processes in the - process group when invoked under the csh (and probably any shell - with job control). This stops Emacs dead in its tracks when coming - up under X11. */ -#undef FASYNC -#endif - #ifndef MSDOS #include #endif