From d904dc8652b104289f5a680de854688fad708209 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 22 Jun 2009 21:07:52 +0000 Subject: [PATCH] * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler for `dired-uncache'. --- 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 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) -- 2.39.2