From 59c3a9ad8c9f9ac3f85ed76e453f8c3be1679de9 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 16 Nov 2008 14:15:14 +0000 Subject: * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Handle `file-name-as-directory'. --- lisp/net/tramp-fish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-fish.el b/lisp/net/tramp-fish.el index 73fb1db582..7fa24a9d17 100644 --- a/lisp/net/tramp-fish.el +++ b/lisp/net/tramp-fish.el @@ -220,7 +220,7 @@ Used instead of analyzing error codes of commands.") (file-remote-p . tramp-handle-file-remote-p) (file-modes . tramp-handle-file-modes) (file-name-all-completions . tramp-fish-handle-file-name-all-completions) - ;; `file-name-as-directory' performed by default handler + (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-completion . tramp-handle-file-name-completion) (file-name-directory . tramp-handle-file-name-directory) (file-name-nondirectory . tramp-handle-file-name-nondirectory) -- cgit v1.2.3