Mercurial > emacs
changeset 53052:e2abdb097d99
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 14 Nov 2003 11:01:26 +0000 |
parents | bf3ee9e2ceda |
children | 02020f3d155a |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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.