diff options
| author | Michael Albinus | 2014-02-23 15:51:29 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-02-23 15:51:29 +0100 |
| commit | 85c01f803fb003f33a30da2ebf157e69cd30c2cf (patch) | |
| tree | f28f5392e66c0da67c7bf0e41d95026035b8a6d6 /lisp/ChangeLog | |
| parent | 0b5d5a442a3e4d1da2a93fc094c98fece5c24ed6 (diff) | |
| download | emacs-85c01f803fb003f33a30da2ebf157e69cd30c2cf.tar.gz emacs-85c01f803fb003f33a30da2ebf157e69cd30c2cf.zip | |
* net/tramp-sh.el (tramp-sh-handle-file-truename): Preserve trailing "/".
Fixes: debbugs:16851
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 40f5d7defc1..de5dd56ddbb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-02-23 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-sh.el (tramp-sh-handle-file-truename): | ||
| 4 | Preserve trailing "/". (Bug#16851) | ||
| 5 | |||
| 1 | 2014-02-23 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2014-02-23 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially | 8 | * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially |
| @@ -130,7 +135,7 @@ | |||
| 130 | (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el. | 135 | (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el. |
| 131 | 136 | ||
| 132 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) | 137 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist) |
| 133 | <insert-directory>: Use `tramp-handle-insert-directory. | 138 | <insert-directory>: Use `tramp-handle-insert-directory'. |
| 134 | (tramp-gvfs-handle-insert-directory): Remove function. | 139 | (tramp-gvfs-handle-insert-directory): Remove function. |
| 135 | 140 | ||
| 136 | * net/tramp-sh.el (tramp-sh-handle-insert-directory): | 141 | * net/tramp-sh.el (tramp-sh-handle-insert-directory): |