]> git.eshelyaron.com Git - emacs.git/commit
Inherit query-on-exit flag to stderr process (Bug#30031)
authorPhilipp Stephani <phst@google.com>
Mon, 8 Jan 2018 20:51:44 +0000 (21:51 +0100)
committerPhilipp Stephani <phst@google.com>
Wed, 10 Jan 2018 14:43:52 +0000 (15:43 +0100)
commit9c2b11484f8a5a07c748a18a872947c5c062883b
tree273a81d28a47997c0076babf9a403a249f9095fd
parent3efb1e7defc6bc4eeebbf05d9d4bf2d0deb5a4c1
Inherit query-on-exit flag to stderr process (Bug#30031)

* src/process.c (Fmake_process): Have the pipe process honor the
parent's query-on-exit flag.

* test/src/process-tests.el (make-process/noquery-stderr): New test.
src/process.c
test/src/process-tests.el