Mercurial > emacs
changeset 103530:bd92ac143136
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
for `dired-uncache'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 22 Jun 2009 21:07:52 +0000 |
parents | 83914fa17916 |
children | 74d482177a44 |
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 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)