From c26f6b27452cd3cd6328e0152feac65f5edfb49e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 10 May 2001 03:46:48 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 870a1a6f28a..49e308f5ca7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,21 @@ 2001-05-09 John Wiegley + * 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. + + * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el, + eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the + property `eshell-no-numeric-conversions' on the following + functions (which all deal with filesystem entities, and never Lisp + numerical values): eshell/cd, eshell/pushd, eshell/popd, + eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm, + eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln, + eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur, + eshell/which, eshell/addpath. + +2001-05-09 John Wiegley + * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is encountered as an argument, don't convert it right away, but tag the first character of the string with the text properties -- 2.39.2