From: Po Lu Date: Tue, 11 Jun 2024 01:09:35 +0000 (+0800) Subject: ; * src/process.c (syms_of_process): Fix ommission. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9fb51b4617596e762e7416748df56db80d33b62;p=emacs.git ; * src/process.c (syms_of_process): Fix ommission. (cherry picked from commit f74f4089fd2f2d317b993e842556608833791de3) --- 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