# HG changeset patch # User John Wiegley # Date 1117162638 0 # Node ID 0751d21ef87f638d22b82633bb8f1fd8a830325c # Parent 74e26c83386ff84cc03852f62cd8fab2bb8e2837 *** empty log message *** diff -r 74e26c83386f -r 0751d21ef87f lisp/ChangeLog --- 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 + * 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