diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-10-17 02:08:32 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-10-17 02:08:32 +0000 |
commit | 820b9143335905206f96f7108f66438038e67fd7 (patch) | |
tree | 9cfa56160e561e4d44de2b6b951b040538c1d256 /lisp/eshell | |
parent | 902fa837f1f8a9461c1d3efda832d5e96e2c1dee (diff) | |
download | emacs-820b9143335905206f96f7108f66438038e67fd7.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. |