# HG changeset patch # User Michael Albinus # Date 1245704872 0 # Node ID bd92ac14313696c9da86c2261a4ed40474723c67 # Parent 83914fa179163e960689a89e43ccd07d07e6284b * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler for `dired-uncache'. diff -r 83914fa17916 -r bd92ac143136 lisp/net/tramp-fish.el --- a/lisp/net/tramp-fish.el Mon Jun 22 21:07:27 2009 +0000 +++ b/lisp/net/tramp-fish.el Mon Jun 22 21:07:52 2009 +0000 @@ -209,7 +209,7 @@ (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)