Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e09349c5
Commit
e09349c5
authored
Apr 14, 2009
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".
parent
260821d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
lisp/ChangeLog
lisp/ChangeLog
+12
-0
lisp/net/tramp-cmds.el
lisp/net/tramp-cmds.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e09349c5
2009-04-14 Michael Albinus <michael.albinus@gmx.de>
* 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 <monnier@iro.umontreal.ca>.
Handle QUIT.
* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".
2009-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion--try-word-completion): Don't disable
...
...
lisp/net/tramp-cmds.el
View file @
e09349c5
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment