From a9fb51b4617596e762e7416748df56db80d33b62 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 11 Jun 2024 09:09:35 +0800 Subject: [PATCH] ; * src/process.c (syms_of_process): Fix ommission. (cherry picked from commit f74f4089fd2f2d317b993e842556608833791de3) --- src/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /proc/sys/fs/pipe-max-size. See pipe(7) manpage for details. */); read_process_output_max = 65536; - DEFVAR_BOOL ("read-process-output-fast", fast_read_process_output, + DEFVAR_BOOL ("fast-read-process-output", fast_read_process_output, doc: /* Non-nil to optimize the insertion of process output. We skip calling `internal-default-process-filter' and don't allocate the Lisp string that would be used as its argument. Only affects the -- 2.39.2