From: Michael Albinus Date: Tue, 14 Apr 2009 14:39:46 +0000 (+0000) Subject: * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data X-Git-Tag: emacs-pretest-23.0.93~136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e09349c517ac80dcf3382800eb3d0d8a3310ca58;p=emacs.git * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data of directory "". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb2855cbd2b..0ac85bf8ceb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2009-04-14 Michael Albinus + + * net/tramp.el (tramp-handle-dired-recursive-delete-directory): + Fix an error in flushing cache data. + (tramp-handle-process-file): Flush all file cache values for the + connection, because the remote process could have changed them. + Suggested by Stefan Monnier . + Handle QUIT. + + * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data + of directory "". + 2009-04-14 Stefan Monnier * minibuffer.el (completion--try-word-completion): Don't disable diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index 61a4791eb40..4f159ac4246 100644 --- a/lisp/net/tramp-cmds.el +++ b/lisp/net/tramp-cmds.el @@ -84,7 +84,7 @@ When called interactively, a Tramp connection has to be selected." (tramp-clear-passwd vec) ;; Flush file cache. - (tramp-flush-directory-property vec "/") + (tramp-flush-directory-property vec "") ;; Flush connection cache. (tramp-flush-connection-property (tramp-get-connection-process vec))