Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
53051:bf3ee9e2ceda | 53052:e2abdb097d99 |
---|---|
1 2003-11-14 John Wiegley <johnw@newartisans.com> | 1 2003-11-14 John Wiegley <johnw@newartisans.com> |
2 | |
3 * eshell/esh-var.el (eshell-parse-variable-ref): Added a backslash | |
4 that was optional, but obviously missing based on surrounding | |
5 code. | |
2 | 6 |
3 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert | 7 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert |
4 string arguments to numbers unless the whole argument was seen as | 8 string arguments to numbers unless the whole argument was seen as |
5 a number. | 9 a number. |
6 | 10 |