aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2015-04-03 18:52:27 +0200
committerMichael Albinus2015-04-03 18:52:27 +0200
commit8596eb1282c4d5bdb22b20c155183b39fdc8eb00 (patch)
tree84dfcf369901b9d625e5fef0b18582e6560419d1 /lisp/ChangeLog
parentc775195c62843deed10e7967e488b3b04b84c412 (diff)
downloademacs-8596eb1282c4d5bdb22b20c155183b39fdc8eb00.tar.gz
emacs-8596eb1282c4d5bdb22b20c155183b39fdc8eb00.zip
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 @@
12015-04-03 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-cache.el (tramp-flush-file-property)
4 (tramp-flush-directory-property): Use `directory-file-name' of the
5 truename. (Bug#20249)
6
12015-04-03 Nicolas Richard <theonewiththeevillook@yahoo.fr> 72015-04-03 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2 8
3 * pcmpl-unix.el (pcmpl-ssh-known-hosts): Use `char-before' instead 9 * pcmpl-unix.el (pcmpl-ssh-known-hosts): Use `char-before' instead