diff options
| author | Nick Roberts | 2009-08-30 05:00:59 +0000 |
|---|---|---|
| committer | Nick Roberts | 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.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, | |||
| 5151 | else if (nread == -1 && errno == EIO) | 5151 | else if (nread == -1 && errno == EIO) |
| 5152 | { | 5152 | { |
| 5153 | /* Clear the descriptor now, so we only raise the | 5153 | /* Clear the descriptor now, so we only raise the |
| 5154 | signal once. Don't do this is `process' is only | 5154 | signal once. Don't do this if `process' is only |
| 5155 | a pty. */ | 5155 | a pty. */ |
| 5156 | if (XPROCESS (proc)->pid != -2) | 5156 | if (XPROCESS (proc)->pid != -2) |
| 5157 | { | 5157 | { |