]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of "process-*" properties in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Jun 2022 16:53:23 +0000 (18:53 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 17 Jun 2022 16:53:23 +0000 (18:53 +0200)
commit8ce96f0d4d3b8c80a8b6165b69a67310afdf6a3a
treefbe9df0b2224e9ef4ffe2d8b71bf732cffa94f7b
parent0edc2f4901f606a9a298edbc2ddc630a44f04a26
Fix handling of "process-*" properties in Tramp

* lisp/net/tramp.el (tramp-local-host-regexp): Add "localhost4".
(with-tramp-saved-connection-property): New defmacro.

* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
* lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
(tramp-sh-handle-make-process):
* lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory):
(tramp-smb-handle-file-acl, tramp-smb-handle-process-file)
(tramp-smb-handle-set-file-acl)
(tramp-smb-handle-start-file-process): Use it.  (Bug#55832)
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el