comparison lisp/ChangeLog @ 37663:57b1caf0c3b6

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Thu, 10 May 2001 03:50:53 +0000
parents 55a6794cb94d
children 0953aba2aebd
comparison
equal deleted inserted replaced
37662:cb20d33bef50 37663:57b1caf0c3b6
1 2001-05-09 John Wiegley <johnw@gnu.org> 1 2001-05-09 John Wiegley <johnw@gnu.org>
2
3 * eshell/esh-util.el (eshell-convert-numeric-arguments): Annotated
4 the documentation string to tell users about
5 `eshell-no-numeric-conversions'.
2 6
3 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric 7 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4 conversions if a Lisp function has the property 8 conversions if a Lisp function has the property
5 `eshell-no-numeric-conversions' set to a non-nil value. 9 `eshell-no-numeric-conversions' set to a non-nil value.
6 10