]> git.eshelyaron.com Git - emacs.git/commit
Allow :filter t in make-process to work as with set-process-filter
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 18 Oct 2021 06:58:02 +0000 (08:58 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 18 Oct 2021 06:58:02 +0000 (08:58 +0200)
commitdd7cd14d281644d8e2c5b3f16eb7f074f61d18f7
treea9f8feab6a38416aba8b10f99a0bcc7052d3f024
parent595dcf88fd880a1c96fb7bb462ac53fedd2eb744
Allow :filter t in make-process to work as with set-process-filter

* src/process.c (create_process):
(create_pty):
(Fmake_pipe_process):
(Fmake_serial_process): Don't add the read_fd if the filter is t
(which means that we don't accept output from the filter).
src/process.c