Mercurial > emacs
diff src/process.c @ 104724:8bd22a0db033
*** empty log message ***
| author | Nick Roberts <nickrob@snap.net.nz> |
|---|---|
| date | Sun, 30 Aug 2009 05:00:59 +0000 |
| parents | 1eb83f01c48d |
| children | d6307924111b |
line wrap: on
line diff
--- a/src/process.c Sun Aug 30 04:54:34 2009 +0000 +++ b/src/process.c Sun Aug 30 05:00:59 2009 +0000 @@ -5151,7 +5151,7 @@ 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) {
