diff options
| author | Miles Bader | 2006-03-13 12:19:58 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-03-13 12:19:58 +0000 |
| commit | 71936d675333ffe1a9638a755bccfd9006bd5404 (patch) | |
| tree | 8ec33690bc94d3654b17f4769313d5f2763227d5 /src/process.c | |
| parent | 57216976c5a20643ba59f8436e1177f66eb17cb7 (diff) | |
| parent | e8f10ddbda866838f77444a2d79efbba6122c918 (diff) | |
| download | emacs-71936d675333ffe1a9638a755bccfd9006bd5404.tar.gz emacs-71936d675333ffe1a9638a755bccfd9006bd5404.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 148-156)
- Update from CVS
- Merge from gnus--rel--5.10
- Remove nick-abbrevs stuff from rcirc.el
- rcirc.el update from Ryan Yeske
* gnus--rel--5.10 (patch 57)
- Copy/update icons from Gnus trunk
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 eae63553d38..159f8001bbc 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -6979,7 +6979,7 @@ On some systems, when Emacs reads the output from a subprocess, the output data | |||
| 6979 | is read in very small blocks, potentially resulting in very poor performance. | 6979 | is read in very small blocks, potentially resulting in very poor performance. |
| 6980 | This behavior can be remedied to some extent by setting this variable to a | 6980 | This behavior can be remedied to some extent by setting this variable to a |
| 6981 | non-nil value, as it will automatically delay reading from such processes, to | 6981 | non-nil value, as it will automatically delay reading from such processes, to |
| 6982 | allowing them to produce more output before Emacs tries to read it. | 6982 | allow them to produce more output before Emacs tries to read it. |
| 6983 | If the value is t, the delay is reset after each write to the process; any other | 6983 | If the value is t, the delay is reset after each write to the process; any other |
| 6984 | non-nil value means that the delay is not reset on write. | 6984 | non-nil value means that the delay is not reset on write. |
| 6985 | The variable takes effect when `start-process' is called. */); | 6985 | The variable takes effect when `start-process' is called. */); |