aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2008-11-16 14:15:14 +0000
committerMichael Albinus <[email protected]>2008-11-16 14:15:14 +0000
commit59c3a9ad8c9f9ac3f85ed76e453f8c3be1679de9 (patch)
tree91fe95b204abd01de53bbabc009d0b66539f11a5 /lisp
parentc0fc617049a3a605b81e5d7c73a6bffe39558eef (diff)
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Handle
`file-name-as-directory'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp-fish.el2
1 files changed, 1 insertions, 1 deletions
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)