]> git.eshelyaron.com Git - emacs.git/commit
Improve Tramp's process-file implementations
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 13 Feb 2022 19:50:51 +0000 (20:50 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 13 Feb 2022 19:50:51 +0000 (20:50 +0100)
commitbd07d4fac9da40cecf6a5936fd4b4c8ebb751586
tree0acd5ceaa96eed064d242d5a23bd28f9731becfc
parentfc44bc6255733fa99e00932ca515f400b9c67aec
Improve Tramp's process-file implementations

* lisp/net/tramp-adb.el (tramp-adb-handle-process-file)
* lisp/net/tramp-sh.el (tramp-sh-handle-process-file):
* lisp/net/tramp-smb.el (tramp-smb-handle-process-file):
* lisp/net/tramp-sshfs.el (tramp-sshfs-handle-process-file):
Improve implementation.  (Bug#53854)

* test/lisp/net/tramp-tests.el (tramp-test28-process-file)
(tramp--test-check-files, tramp-test47-unload): Extend tests.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sshfs.el
test/lisp/net/tramp-tests.el