changeset 79116:1af9837978fa

(eshell-complex-commands): Add "ls".
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 17 Oct 2007 02:07:12 +0000
parents c49f8a937799
children a704436b58e3
files lisp/eshell/esh-cmd.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/esh-cmd.el	Wed Oct 17 02:07:01 2007 +0000
+++ b/lisp/eshell/esh-cmd.el	Wed Oct 17 02:07:12 2007 +0000
@@ -204,7 +204,7 @@
   :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.