]> git.eshelyaron.com Git - emacs.git/commit
Accept process-filter t in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 14 Oct 2021 12:32:47 +0000 (14:32 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 14 Oct 2021 12:32:47 +0000 (14:32 +0200)
commit9ff6999a060244c7726752f5cb07e8c8d1218f41
tree2f026bbb61606867d816251fca85d8f40f13fe94
parentcf95962092bebbe623180b5480c4876a6860f44e
Accept process-filter t in Tramp

* lisp/net/tramp.el (tramp-handle-make-process):
* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
* lisp/net/tramp-sh.el (tramp-sh-handle-make-process): Filter can be t.

* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process)
(tramp-test30-make-process): Test filter equal t.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el