comparison lisp/ChangeLog @ 37660:55a6794cb94d

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Thu, 10 May 2001 03:46:48 +0000
parents 2b50df29a117
children 57b1caf0c3b6
comparison
equal deleted inserted replaced
37659:7dc0e015c205 37660:55a6794cb94d
1 2001-05-09 John Wiegley <johnw@gnu.org> 1 2001-05-09 John Wiegley <johnw@gnu.org>
2 2
3 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
4 conversions if a Lisp function has the property
5 `eshell-no-numeric-conversions' set to a non-nil value.
6
7 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
9 property `eshell-no-numeric-conversions' on the following
10 functions (which all deal with filesystem entities, and never Lisp
11 numerical values): eshell/cd, eshell/pushd, eshell/popd,
12 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
13 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
14 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
15 eshell/which, eshell/addpath.
16
17 2001-05-09 John Wiegley <johnw@gnu.org>
18
3 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is 19 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
4 encountered as an argument, don't convert it right away, but tag 20 encountered as an argument, don't convert it right away, but tag
5 the first character of the string with the text properties 21 the first character of the string with the text properties
6 `number', which signifies to `eshell-lisp-command' that the 22 `number', which signifies to `eshell-lisp-command' that the
7 argument should be passed through `string-to-number' if it is 23 argument should be passed through `string-to-number' if it is