summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-fish.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2009-06-22 21:07:52 +0000
committerMichael Albinus <michael.albinus@gmx.de>2009-06-22 21:07:52 +0000
commitd904dc8652b104289f5a680de854688fad708209 (patch)
tree98caebb17b838ddffb04d59f9b4206f7d981cdb4 /lisp/net/tramp-fish.el
parentb41b828aacce589aad24cd81fe3e1c111fa7c642 (diff)
downloademacs-d904dc8652b104289f5a680de854688fad708209.tar.gz
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
for `dired-uncache'.
Diffstat (limited to 'lisp/net/tramp-fish.el')
-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 2377432bdea..aedae8797e1 100644
--- a/lisp/net/tramp-fish.el
+++ b/lisp/net/tramp-fish.el
@@ -209,7 +209,7 @@ Used instead of analyzing error codes of commands.")
(directory-files-and-attributes . tramp-fish-handle-directory-files-and-attributes)
;; `dired-call-process' performed by default handler
;; `dired-compress-file' performed by default handler
- ;; `dired-uncache' performed by default handler
+ (dired-uncache . tramp-handle-dired-uncache)
(expand-file-name . tramp-fish-handle-expand-file-name)
;; `file-accessible-directory-p' performed by default handler
(file-attributes . tramp-fish-handle-file-attributes)