diff options
| author | Karoly Lorentey | 2006-03-12 04:51:49 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-03-12 04:51:49 +0000 |
| commit | a6b6d0863c1b96e14ba3a2d1b9c941fbbcc8adf2 (patch) | |
| tree | ab087c9b03ec98c1648cb02b4ee49096a1052e44 /src/process.c | |
| parent | 33780b9521e3a416283b46dcd7e3ebb84bbffd67 (diff) | |
| parent | 8cf1c5a44266bbd0f9919e854deee1d7361facd1 (diff) | |
| download | emacs-a6b6d0863c1b96e14ba3a2d1b9c941fbbcc8adf2.tar.gz emacs-a6b6d0863c1b96e14ba3a2d1b9c941fbbcc8adf2.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-144
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-145
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-146
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-147
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-148
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-149
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-150
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-151
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-152
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-56
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-57
Copy/update icons from Gnus trunk
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-530
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 99f27733918..a82932ba57b 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -6983,7 +6983,7 @@ On some systems, when Emacs reads the output from a subprocess, the output data | |||
| 6983 | is read in very small blocks, potentially resulting in very poor performance. | 6983 | is read in very small blocks, potentially resulting in very poor performance. |
| 6984 | This behavior can be remedied to some extent by setting this variable to a | 6984 | This behavior can be remedied to some extent by setting this variable to a |
| 6985 | non-nil value, as it will automatically delay reading from such processes, to | 6985 | non-nil value, as it will automatically delay reading from such processes, to |
| 6986 | allowing them to produce more output before Emacs tries to read it. | 6986 | allow them to produce more output before Emacs tries to read it. |
| 6987 | If the value is t, the delay is reset after each write to the process; any other | 6987 | If the value is t, the delay is reset after each write to the process; any other |
| 6988 | non-nil value means that the delay is not reset on write. | 6988 | non-nil value means that the delay is not reset on write. |
| 6989 | The variable takes effect when `start-process' is called. */); | 6989 | The variable takes effect when `start-process' is called. */); |