diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49e308f5ca7..59f24db3058 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-05-09 John Wiegley <johnw@gnu.org> | 1 | 2001-05-09 John Wiegley <johnw@gnu.org> |
| 2 | 2 | ||
| 3 | * eshell/esh-util.el (eshell-convert-numeric-arguments): Annotated | ||
| 4 | the documentation string to tell users about | ||
| 5 | `eshell-no-numeric-conversions'. | ||
| 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. |