]> git.eshelyaron.com Git - emacs.git/commit
Several Tramp cleanups
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 5 Nov 2024 14:57:42 +0000 (15:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 8 Nov 2024 13:32:42 +0000 (14:32 +0100)
commit4ba47f7830058acf53d4fc900ff0e370171f1412
treee065a0543d93dfd996950b9cca0cd30fe6efade9
parentf4f674e3fe50ca2c48c5a931066a8f8c870d27c4
Several Tramp cleanups

* lisp/net/tramp-adb.el (tramp-adb-maybe-open-connection):
Move setting of sentinel up.

* lisp/net/tramp-cache.el (tramp-get-connection-property)
(tramp-set-connection-property): Don't raise a debug message for
the `tramp-cache-version' key.

* lisp/net/tramp.el (tramp-convert-file-attributes): Don't cache
"file-attributes-ID-FORMAT".

* test/lisp/net/tramp-tests.el (tramp--test-enabled): Cleanup also
`tramp-compat-temporary-file-directory'.
(tramp-test32-shell-command): Use `async-shell-command-width' of 512.
(tramp-test36-vc-registered): Remove double let* entry.

(cherry picked from commit 1e3d72d962b8b736741747a5ec4595e08965ef49)
lisp/net/tramp-adb.el
lisp/net/tramp-cache.el
lisp/net/tramp.el
test/lisp/net/tramp-tests.el