]> git.eshelyaron.com Git - emacs.git/commit
Handle last-coding-system-used in Tramp for all backends
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 13 Aug 2023 14:48:00 +0000 (16:48 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 13 Aug 2023 14:48:00 +0000 (16:48 +0200)
commitc42970d7758c43a74ebd09ff506525d879d03708
tree12e00064295d9f66b8c79a9f430ec9a3482fc25b
parentffafe38d0301815ebb3e7c36cfe79dcd84345074
Handle last-coding-system-used in Tramp for all backends

* lisp/net/tramp.el (tramp-skeleton-write-region):
Handle `last-coding-system-used'.
(tramp-handle-write-region):
* lisp/net/tramp-adb.el (tramp-adb-handle-write-region):
* lisp/net/tramp-smb.el (tramp-smb-handle-write-region):
* lisp/net/tramp-sshfs.el (tramp-sshfs-handle-write-region):
Set `coding-system-used'.  (Bug#65022)

* lisp/net/tramp-sh.el (tramp-sh-handle-write-region):
Move `last-coding-system-used' handling to
`tramp-skeleton-write-region'.
lisp/net/tramp-adb.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp-sshfs.el
lisp/net/tramp.el