# HG changeset patch # User John Wiegley # Date 1068807686 0 # Node ID e2abdb097d99b4a4863ed9284f2adbe3f5d78a17 # Parent bf3ee9e2cedaf5c8875969e21984e015e0634d70 *** empty log message *** diff -r bf3ee9e2ceda -r e2abdb097d99 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 14 10:59:32 2003 +0000 +++ b/lisp/ChangeLog Fri Nov 14 11:01:26 2003 +0000 @@ -1,5 +1,9 @@ 2003-11-14 John Wiegley + * eshell/esh-var.el (eshell-parse-variable-ref): Added a backslash + that was optional, but obviously missing based on surrounding + code. + * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert string arguments to numbers unless the whole argument was seen as a number.