]> git.eshelyaron.com Git - emacs.git/commit
Add STREAM argument to 'process-tty-name'
authorJim Porter <jporterbugs@gmail.com>
Wed, 20 Jul 2022 04:36:54 +0000 (21:36 -0700)
committerJim Porter <jporterbugs@gmail.com>
Sat, 6 Aug 2022 00:58:54 +0000 (17:58 -0700)
commit4e59830bc0ab17cdbd85748b133c97837bed99e3
tree1fc29e2e33f71d60915c2f15e52a97dd416773ed
parentd7b89ea4077d4fe677ba0577245328819ee79cdc
Add STREAM argument to 'process-tty-name'

* src/process.c (process-tty-name): Add STREAM argument.

* lisp/eshell/esh-io.el (eshell-close-target): Only call
'process-send-eof' once if the process's stdin is a pipe.

* test/src/process-tests.el (make-process/test-connection-type): Check
behavior of 'process-tty-name'.

* doc/lispref/processes.texi (Process Information): Document the new
argument.

* etc/NEWS: Announce this change.
doc/lispref/processes.texi
etc/NEWS
lisp/eshell/esh-io.el
src/process.c
test/src/process-tests.el