Mercurial > emacs
changeset 37663:57b1caf0c3b6
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Thu, 10 May 2001 03:50:53 +0000 |
parents | cb20d33bef50 |
children | 74b3a3b5aa87 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 10 03:47:48 2001 +0000 +++ b/lisp/ChangeLog Thu May 10 03:50:53 2001 +0000 @@ -1,5 +1,9 @@ 2001-05-09 John Wiegley <johnw@gnu.org> + * eshell/esh-util.el (eshell-convert-numeric-arguments): Annotated + the documentation string to tell users about + `eshell-no-numeric-conversions'. + * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric conversions if a Lisp function has the property `eshell-no-numeric-conversions' set to a non-nil value.