# HG changeset patch # User John Wiegley # Date 989466653 0 # Node ID 57b1caf0c3b69c18d2eaf653fb1fd21839daad5b # Parent cb20d33bef507d250d2a3674d2f81f4fc688f956 *** empty log message *** diff -r cb20d33bef50 -r 57b1caf0c3b6 lisp/ChangeLog --- 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 + * 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.