comparison lisp/ChangeLog @ 62790:0751d21ef87f

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Fri, 27 May 2005 02:57:18 +0000
parents ed936737c106
children e82e717e3b6d
comparison
equal deleted inserted replaced
62789:74e26c83386f 62790:0751d21ef87f
1 2005-05-26 John Wiegley <johnw@newartisans.com> 1 2005-05-26 John Wiegley <johnw@newartisans.com>
2
3 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
4 `eshell-resume-eval' is wrapped in a list, it indicates that the
5 command was run asynchronously. In that case, unwrap the value
6 before checking the delimiter value.
2 7
3 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the 8 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
4 character before a space at the end of a line is \, assume the 9 character before a space at the end of a line is \, assume the
5 space is part of the last argument rather than a final argument 10 space is part of the last argument rather than a final argument
6 separator. 11 separator.