Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5ec2288f
Commit
5ec2288f
authored
Apr 09, 2009
by
Michael Albinus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tramp-cache.el (tramp-flush-directory-property): Use the
localname of KEY for check.
parent
3b920650
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/net/tramp-cache.el
lisp/net/tramp-cache.el
+1
-1
No files found.
lisp/net/tramp-cache.el
View file @
5ec2288f
...
...
@@ -138,7 +138,7 @@ Remove also properties of all files in subdirectories."
(
tramp-message
vec
8
"%s"
directory
)
(
maphash
'
(
lambda
(
key
value
)
(
when
(
and
(
stringp
key
)
(
when
(
and
(
stringp
(
tramp-file-name-localname
key
)
)
(
string-match
directory
(
tramp-file-name-localname
key
)))
(
remhash
key
tramp-cache-data
)))
tramp-cache-data
)))
...
...
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