diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-10-17 02:07:12 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-10-17 02:07:12 +0000 |
commit | de9f59f6e1e43af5705ab7c592312c53b0ddb32e (patch) | |
tree | bcad2b0387b201b66f49928793b2d8ef23a8e905 /lisp/eshell | |
parent | e167a87628a2b922d03e8e1d3d51fdf435265003 (diff) | |
download | emacs-de9f59f6e1e43af5705ab7c592312c53b0ddb32e.tar.gz |
(eshell-complex-commands): Add "ls".
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/esh-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index d3194f3625a..f999bdcdf6d 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -204,7 +204,7 @@ which may be modified directly. Any return value is ignored." :type 'hook :group 'eshell-cmd) -(defcustom eshell-complex-commands nil +(defcustom eshell-complex-commands '("ls") "*A list of commands names or functions, that determine complexity. That is, if a command is defined by a function named eshell/NAME, and NAME is part of this list, it is invoked as a complex command. |