summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2015-04-03 18:52:27 +0200
committerMichael Albinus <michael.albinus@gmx.de>2015-04-03 18:52:27 +0200
commit8596eb1282c4d5bdb22b20c155183b39fdc8eb00 (patch)
tree84dfcf369901b9d625e5fef0b18582e6560419d1 /lisp/ChangeLog
parentc775195c62843deed10e7967e488b3b04b84c412 (diff)
downloademacs-8596eb1282c4d5bdb22b20c155183b39fdc8eb00.tar.gz
Fix Bug#20249
Fixes: debbugs:20249 * net/tramp-cache.el (tramp-flush-file-property) (tramp-flush-directory-property): Use `directory-file-name' of the truename.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7a4293b16ef..5757317f5e2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-03 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/tramp-cache.el (tramp-flush-file-property)
+ (tramp-flush-directory-property): Use `directory-file-name' of the
+ truename. (Bug#20249)
+
2015-04-03 Nicolas Richard <theonewiththeevillook@yahoo.fr>
* pcmpl-unix.el (pcmpl-ssh-known-hosts): Use `char-before' instead