]> git.eshelyaron.com Git - emacs.git/commit
Remember the value of read_process_output_max when process is created
authorDmitry Gutov <dmitry@gutov.dev>
Sat, 8 Jun 2024 23:51:47 +0000 (02:51 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Jun 2024 09:52:10 +0000 (11:52 +0200)
commit50edd2cf7d0f549e86072622268b474025f9d479
treee7c83a4fbccfebbe05ba6b34627aede1f2224884
parentfbfec4cd4f0831fac0ed88c41e4f305617bac8a9
Remember the value of read_process_output_max when process is created

* src/process.h (Lisp_Process): Add field readmax.

* src/process.c (read_process_output): Use it.
(create_process): Save the value of read_process_output_max to
it when the process is created (bug#66020).  Use for pipe size.

(cherry picked from commit 8cf6e311b87fabeba70d59647883a86c8c92b86f)
src/process.c
src/process.h