]> git.eshelyaron.com Git - emacs.git/commit
Handle file name handler in write-region's VISIT arg
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 3 May 2022 12:14:37 +0000 (14:14 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 3 May 2022 12:14:37 +0000 (14:14 +0200)
commit47fe7a5983a97c3e806e90340f3cd6ab3f0c49b2
tree31700e165f9e09f656b0af1e249a74f0ab056fcc
parent0b626ff8d6a29c452bc8bbbee79f5eff11d02548
Handle file name handler in write-region's VISIT arg

* lisp/net/tramp.el (tramp-skeleton-delete-directory): Move up.
(tramp-skeleton-write-region): New defmacro.  Handle also file
name handler in VISIT.  (Bug#55166)
(tramp-handle-write-region):
* lisp/net/tramp-adb.el (tramp-adb-handle-write-region):
* lisp/net/tramp-sh.el (tramp-sh-handle-write-region):
* lisp/net/tramp-smb.el (tramp-smb-handle-write-region):
* lisp/net/tramp-sshfs.el (tramp-sshfs-handle-write-region): Use it.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sshfs.el
lisp/net/tramp.el