Mercurial > emacs
diff lisp/ChangeLog @ 53052:e2abdb097d99
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 14 Nov 2003 11:01:26 +0000 |
parents | 3d21b074dd49 |
children | 065bca562454 |
line wrap: on
line diff
--- 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 <johnw@newartisans.com> + * 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.