diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2009-04-14 14:39:46 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2009-04-14 14:39:46 +0000 |
commit | e09349c517ac80dcf3382800eb3d0d8a3310ca58 (patch) | |
tree | b9b6c5290c79dd973bcc75a6c3e921a1328de96a /lisp/net/tramp-cmds.el | |
parent | 260821d3d5413544906ac427f7df9f14826ec0de (diff) | |
download | emacs-e09349c517ac80dcf3382800eb3d0d8a3310ca58.tar.gz emacs-e09349c517ac80dcf3382800eb3d0d8a3310ca58.tar.bz2 emacs-e09349c517ac80dcf3382800eb3d0d8a3310ca58.zip |
* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".
Diffstat (limited to 'lisp/net/tramp-cmds.el')
-rw-r--r-- | lisp/net/tramp-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |