summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-ls.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2001-05-10 03:47:24 +0000
committerJohn Wiegley <johnw@newartisans.com>2001-05-10 03:47:24 +0000
commit127fd3c222486a6349564cb23c21db95f6d3da11 (patch)
treeef93b1ea61b6f82553f98174684d7af2d34c3a3e /lisp/eshell/em-ls.el
parentc26f6b27452cd3cd6328e0152feac65f5edfb49e (diff)
downloademacs-127fd3c222486a6349564cb23c21db95f6d3da11.tar.gz
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.
Diffstat (limited to 'lisp/eshell/em-ls.el')
-rw-r--r--lisp/eshell/em-ls.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el
index efafbc0d502..b7b080012f5 100644
--- a/lisp/eshell/em-ls.el
+++ b/lisp/eshell/em-ls.el
@@ -273,6 +273,8 @@ instead."
(flush-func 'eshell-flush))
(eshell-do-ls args)))
+(put 'eshell/ls 'eshell-no-numeric-conversions t)
+
(eval-when-compile
(defvar block-size)
(defvar dereference-links)