]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 22 Jun 2009 21:07:52 +0000 (21:07 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 22 Jun 2009 21:07:52 +0000 (21:07 +0000)
for `dired-uncache'.

lisp/net/tramp-fish.el

index 2377432bdea8c697d7fbcf486362d822232358f3..aedae8797e14c344ccb27bdc2c6c3c56e57de694 100644 (file)
@@ -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)