emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/net tramp-fish.el


From: Michael Albinus
Subject: [Emacs-diffs] emacs/lisp/net tramp-fish.el
Date: Mon, 22 Jun 2009 21:07:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/06/22 21:07:53

Modified files:
        lisp/net       : tramp-fish.el 

Log message:
        * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
        for `dired-uncache'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/net/tramp-fish.el?cvsroot=emacs&r1=1.20&r2=1.21

Patches:
Index: tramp-fish.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp-fish.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- tramp-fish.el       5 Apr 2009 18:07:41 -0000       1.20
+++ tramp-fish.el       22 Jun 2009 21:07:52 -0000      1.21
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]