comparison lisp/ChangeLog @ 109443:9e514d1076b4

* net/tramp.el (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but `tramp-remote-sh' from `tramp-methods'. (tramp-find-shell): Simplify setting connection property. (tramp-get-ls-command): Make test for "--color=never" stronger.
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 16 Jul 2010 14:09:55 +0200
parents 5ff030a9ca0a
children 051595eb9b58
comparison
equal deleted inserted replaced
109442:6c14b478b70f 109443:9e514d1076b4
1 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
4 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
5 (tramp-find-shell): Simplify setting connection property.
6 (tramp-get-ls-command): Make test for "--color=never" stronger.
7
1 2010-07-15 Simon South <ssouth@member.fsf.org> 8 2010-07-15 Simon South <ssouth@member.fsf.org>
2 9
3 * progmodes/delphi.el (delphi-previous-indent-of): Indent case 10 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4 blocks within record declarations (i.e. variant parts) correctly. 11 blocks within record declarations (i.e. variant parts) correctly.
5 12