diff options
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 807f06f990b..e61ec425f7e 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -8878,7 +8878,7 @@ allow them to produce more output before Emacs tries to read it. | |||
| 8878 | If the value is t, the delay is reset after each write to the process; any other | 8878 | If the value is t, the delay is reset after each write to the process; any other |
| 8879 | non-nil value means that the delay is not reset on write. | 8879 | non-nil value means that the delay is not reset on write. |
| 8880 | The variable takes effect when `start-process' is called. */); | 8880 | The variable takes effect when `start-process' is called. */); |
| 8881 | Vprocess_adaptive_read_buffering = Qt; | 8881 | Vprocess_adaptive_read_buffering = Qnil; |
| 8882 | 8882 | ||
| 8883 | DEFVAR_BOOL ("process-prioritize-lower-fds", process_prioritize_lower_fds, | 8883 | DEFVAR_BOOL ("process-prioritize-lower-fds", process_prioritize_lower_fds, |
| 8884 | doc: /* Whether to start checking for subprocess output from first file descriptor. | 8884 | doc: /* Whether to start checking for subprocess output from first file descriptor. |