Mercurial > emacs
changeset 62790:0751d21ef87f
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 27 May 2005 02:57:18 +0000 |
parents | 74e26c83386f |
children | a03b1bd1f66c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 27 02:56:52 2005 +0000 +++ b/lisp/ChangeLog Fri May 27 02:57:18 2005 +0000 @@ -1,5 +1,10 @@ 2005-05-26 John Wiegley <johnw@newartisans.com> + * eshell/esh-cmd.el (eshell-eval-command): If the return value of + `eshell-resume-eval' is wrapped in a list, it indicates that the + command was run asynchronously. In that case, unwrap the value + before checking the delimiter value. + * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the character before a space at the end of a line is \, assume the space is part of the last argument rather than a final argument