diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2009-08-30 05:00:59 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2009-08-30 05:00:59 +0000 |
commit | 42371deb98aa593ed1ce2a680f0d5fd0418243f4 (patch) | |
tree | 97164ae06c51de10d96e5e65df739008f96a5a18 /src/process.c | |
parent | a70d53714660efda646fb5bea89e71c749d605ef (diff) | |
download | emacs-42371deb98aa593ed1ce2a680f0d5fd0418243f4.tar.gz emacs-42371deb98aa593ed1ce2a680f0d5fd0418243f4.tar.bz2 emacs-42371deb98aa593ed1ce2a680f0d5fd0418243f4.zip |
*** empty log message ***
Diffstat (limited to 'src/process.c')
-rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |