aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorPo Lu2024-06-11 09:09:35 +0800
committerPo Lu2024-06-11 09:09:35 +0800
commitf74f4089fd2f2d317b993e842556608833791de3 (patch)
tree50d305926b65dcd0e0855edeb6c32cf5d29391ae /src/process.c
parent37a715c609a10493d981fd4badca3d9c7dd872f8 (diff)
downloademacs-f74f4089fd2f2d317b993e842556608833791de3.tar.gz
emacs-f74f4089fd2f2d317b993e842556608833791de3.zip
; * src/process.c (syms_of_process): Fix ommission.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index df2a0bc1a6e..547cdbb0c45 100644
--- a/src/process.c
+++ b/src/process.c
@@ -8879,7 +8879,7 @@ On GNU/Linux systems, the value should not exceed
8879/proc/sys/fs/pipe-max-size. See pipe(7) manpage for details. */); 8879/proc/sys/fs/pipe-max-size. See pipe(7) manpage for details. */);
8880 read_process_output_max = 65536; 8880 read_process_output_max = 65536;
8881 8881
8882 DEFVAR_BOOL ("read-process-output-fast", fast_read_process_output, 8882 DEFVAR_BOOL ("fast-read-process-output", fast_read_process_output,
8883 doc: /* Non-nil to optimize the insertion of process output. 8883 doc: /* Non-nil to optimize the insertion of process output.
8884We skip calling `internal-default-process-filter' and don't allocate 8884We skip calling `internal-default-process-filter' and don't allocate
8885the Lisp string that would be used as its argument. Only affects the 8885the Lisp string that would be used as its argument. Only affects the