]> git.eshelyaron.com Git - emacs.git/commit
Disable Tramp cache for relative file names
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Sep 2022 12:53:14 +0000 (14:53 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Sep 2022 12:53:14 +0000 (14:53 +0200)
commitcba83d989359d667e52dad4e0e9eadf6f77cc38f
treee21e822010ca2459725a915c996e9a0bcb724777
parentf47a5324f44e5b8d0016cff2a4f995ff418a5d19
Disable Tramp cache for relative file names

* lisp/net/tramp.el (tramp-file-name-unify):
Return `tramp-cache-undefined' if LOCALNAME is a relative file name.

* lisp/net/tramp-cache.el (tramp-get-file-property)
(tramp-set-file-property, tramp-file-property-p)
(tramp-flush-file-property, tramp-flush-file-upper-properties)
(tramp-flush-file-properties): Handle KEY being
`tramp-cache-undefined'.
(tramp-flush-file-function): Revert last change.
lisp/net/tramp-cache.el
lisp/net/tramp.el