]> git.eshelyaron.com Git - emacs.git/commit
Fix tramp-sshfs
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Jun 2023 18:33:34 +0000 (20:33 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 11 Jun 2023 18:33:34 +0000 (20:33 +0200)
commit4256123c4673d8b13f9acd6b0e06a80d258f140a
tree7129d6875aca44b23831acf5982e5044971c0258
parentacfd261a61a5bdc00f714aeec74635ac9ef87457
Fix tramp-sshfs

* lisp/net/tramp-fuse.el (tramp-fuse-handle-file-exists-p): New defun.
(tramp-fuse-mount-timeout): Move up.
(tramp-fuse-mount-point): Use `tramp-fuse-mount-timeout'.
(tramp-fuse-unmount): Flush "mount-point" file property.

* lisp/net/tramp-sshfs.el (tramp-sshfs-file-name-handler-alist):
Use `tramp-fuse-handle-file-exists-p'.

* test/lisp/net/tramp-tests.el (all): Use function read syntax
where appropriate.
(tramp-test39-detect-external-change): Let-bind
`read-from-minibuffer' instead of `yes-or-no-p'.
lisp/net/tramp-fuse.el
lisp/net/tramp-sshfs.el
test/lisp/net/tramp-tests.el