Mercurial > emacs
changeset 104724:8bd22a0db033
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 30 Aug 2009 05:00:59 +0000 |
parents | 1eb83f01c48d |
children | f1f277c6c9fe |
files | src/process.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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) {