From: Nick Roberts Date: Sun, 30 Aug 2009 05:00:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.1.90~1587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42371deb98aa593ed1ce2a680f0d5fd0418243f4;p=emacs.git *** empty log message *** --- diff --git a/src/process.c b/src/process.c index ed535170214..e65d495e260 100644 --- a/src/process.c +++ b/src/process.c @@ -5151,7 +5151,7 @@ wait_reading_process_output (time_limit, microsecs, read_kbd, do_display, else if (nread == -1 && errno == EIO) { /* Clear the descriptor now, so we only raise the - signal once. Don't do this is `process' is only + signal once. Don't do this if `process' is only a pty. */ if (XPROCESS (proc)->pid != -2) {