Skip to content

Commit 4d62a88

Browse files
juergenhoetzelnnicandro
authored andcommitted
Use TRAMP handler for access-file
Fixes file-not-found error when using `dired`.
1 parent 16cbda7 commit 4d62a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-tramp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ host, localname, ..., are all bound to values parsed from FILE."
112112
;; jupyter-tramp-write-region
113113
;;;###autoload
114114
(defconst jupyter-tramp-file-name-handler-alist
115-
'(;; `access-file' performed by default handler.
115+
'((access-file . tramp-handle-access-file)
116116
(add-name-to-file . tramp-handle-add-name-to-file)
117117
;; `byte-compiler-base-file-name' performed by default handler.
118118
;; `copy-directory' performed by default handler.

0 commit comments

Comments
 (0)