Mercurial > emacs
changeset 99616:9dfb3eaac831
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Handle
`file-name-as-directory'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 16 Nov 2008 14:15:14 +0000 |
parents | 6808df5428f7 |
children | 0ba4a2790571 |
files | lisp/net/tramp-fish.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/tramp-fish.el Sun Nov 16 14:14:03 2008 +0000 +++ b/lisp/net/tramp-fish.el Sun Nov 16 14:15:14 2008 +0000 @@ -220,7 +220,7 @@ (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)