aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorSpencer Baugh2025-10-07 14:41:20 -0400
committerEli Zaretskii2025-10-11 12:14:10 +0300
commit443af6fe1d0161142af0bc4578efd0653c3f1be9 (patch)
tree669784d5985d653295668797a14a99e0aa09a002 /java
parentdc2650faa9c185b74e958dbda0665be6a2050923 (diff)
downloademacs-443af6fe1d0161142af0bc4578efd0653c3f1be9.tar.gz
emacs-443af6fe1d0161142af0bc4578efd0653c3f1be9.zip
Allow creating a pipe process without a buffer
Previously, even passing :buffer nil to make-pipe-process would create a buffer. Now, if you explicitly call (make-pipe-process :buffer nil), it will create a pipe process without a buffer, just like all the other process creation functions. * src/process.c (Fmake_pipe_process): Check for explicit :buffer nil and don't make a buffer. (bug#79596) * doc/lispref/processes.texi (Asynchronous Processes): Update. * test/src/process-tests.el (process-test-make-pipe-process-no-buffer): Add test.
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions