]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/process.c (syms_of_process): Fix ommission.
authorPo Lu <luangruo@yahoo.com>
Tue, 11 Jun 2024 01:09:35 +0000 (09:09 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:27:14 +0000 (11:27 +0200)
(cherry picked from commit f74f4089fd2f2d317b993e842556608833791de3)

src/process.c

index df2a0bc1a6ee7bce3df4898daf19a2b8c3e62cb9..547cdbb0c45c44fff5668f1452ca36b272f7814c 100644 (file)
@@ -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