diff options
| author | Michael Albinus | 2015-04-03 18:52:27 +0200 |
|---|---|---|
| committer | Michael Albinus | 2015-04-03 18:52:27 +0200 |
| commit | 8596eb1282c4d5bdb22b20c155183b39fdc8eb00 (patch) | |
| tree | 84dfcf369901b9d625e5fef0b18582e6560419d1 /lisp/ChangeLog | |
| parent | c775195c62843deed10e7967e488b3b04b84c412 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-04-03 Nicolas Richard <theonewiththeevillook@yahoo.fr> | 7 | 2015-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 |