From: Michael Albinus Date: Mon, 22 Jun 2009 21:07:52 +0000 (+0000) Subject: * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler X-Git-Tag: emacs-pretest-23.1.90~2467 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d904dc8652b104289f5a680de854688fad708209;p=emacs.git * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler for `dired-uncache'. --- 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)