aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJohn Wiegley2001-05-10 03:50:53 +0000
committerJohn Wiegley2001-05-10 03:50:53 +0000
commit3cb27fd7cda5593e8924ec827ea00d7f0fbb83b2 (patch)
tree77ebad68bc015cb201ac2d9ed84d6d1793b710a0 /lisp/ChangeLog
parent127fd3c222486a6349564cb23c21db95f6d3da11 (diff)
downloademacs-3cb27fd7cda5593e8924ec827ea00d7f0fbb83b2.tar.gz
emacs-3cb27fd7cda5593e8924ec827ea00d7f0fbb83b2.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
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 @@
12001-05-09 John Wiegley <johnw@gnu.org> 12001-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.