]> git.eshelyaron.com Git - emacs.git/commit
Some Tramp cleanups, mainly in tramp-crypt.el
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 18 Jun 2020 18:00:26 +0000 (20:00 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 18 Jun 2020 18:00:26 +0000 (20:00 +0200)
commit7a37460f929a5ea3c9ea7b7ca8d5cc1575dea686
treef4f488b06e3353b1bc833d47d34f764ef6e34ac7
parent363d981811ef828606c0344a9d525b444551c7de
Some Tramp cleanups, mainly in tramp-crypt.el

* lisp/net/tramp-crypt.el (tramp-crypt-file-name-handler-alist):
Add `add-name-to-file', `make-directory-internal',
`make-nearby-temp-file', `temporary-file-directory' and
`unhandled-file-name-directory'.
(tramp-crypt-file-name-for-operation):
Use `tramp-compat-temporary-file-directory'.
(tramp-crypt-do-encrypt-or-decrypt-file-name)
(tramp-crypt-do-encrypt-or-decrypt-file): Fix syntax error in
`tramp-error'.

* lisp/net/tramp.el (tramp-autoload-file-name-handler):
* lisp/net/tramp-rclone.el (tramp-rclone-mounted-p)
(tramp-rclone-flush-directory-cache):
Use `tramp-compat-temporary-file-directory'.
lisp/net/tramp-crypt.el
lisp/net/tramp-rclone.el
lisp/net/tramp.el