Mercurial > emacs
comparison lisp/ChangeLog @ 107498:40467a8dcd6c
* net/tramp.el (tramp-find-executable): Use
`tramp-get-connection-buffer'. Make the regexp for checking
output of "wc -l" more robust.
(tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
(tramp-open-connection-setup-interactive-shell): Remove workaround
for OpenSolaris bug, it is not needed anymore.
author | Michael Albinus <albinus@detlef> |
---|---|
date | Sat, 13 Mar 2010 20:11:01 +0100 |
parents | b09401cc9d96 |
children | 107889467c87 |
comparison
equal
deleted
inserted
replaced
107497:b09401cc9d96 | 107498:40467a8dcd6c |
---|---|
1 2010-03-13 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * net/tramp.el (tramp-find-executable): Use | |
4 `tramp-get-connection-buffer'. Make the regexp for checking | |
5 output of "wc -l" more robust. | |
6 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris. | |
7 (tramp-open-connection-setup-interactive-shell): Remove workaround | |
8 for OpenSolaris bug, it is not needed anymore. | |
9 | |
1 2010-03-13 Eric M. Ludlam <zappo@gnu.org> | 10 2010-03-13 Eric M. Ludlam <zappo@gnu.org> |
2 | 11 |
3 * cedet/semantic/imenu.el: New file, from the CEDET repository | 12 * cedet/semantic/imenu.el: New file, from the CEDET repository |
4 (Bug#5412). | 13 (Bug#5412). |
5 | 14 |