diff options
| author | Wolfgang Jenkner | 2014-11-01 15:08:00 +0100 |
|---|---|---|
| committer | Michael Albinus | 2014-11-01 15:08:00 +0100 |
| commit | b14b7f431fe9cfcdcb23eecf105992d1c276dc69 (patch) | |
| tree | 45e93cad96887cedf8dae356148909a07233fc86 /lisp/ChangeLog | |
| parent | ae5602c51c721196922620b263a490137bba7fe0 (diff) | |
| download | emacs-b14b7f431fe9cfcdcb23eecf105992d1c276dc69.tar.gz emacs-b14b7f431fe9cfcdcb23eecf105992d1c276dc69.zip | |
* net/tramp-sh.el (tramp-send-command): Fix the case where the
remote-echo connection property is non-nil.
Fixes: debbugs:18858
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2577f7fe02f..731a71a9f49 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at> | ||
| 2 | |||
| 3 | * net/tramp-sh.el (tramp-send-command): Fix the case where the | ||
| 4 | remote-echo connection property is non-nil (bug#18858). | ||
| 5 | |||
| 1 | 2014-11-01 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-11-01 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | Backport Tramp changes from trunk. | 8 | Backport Tramp changes from trunk. |