]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-complex-commands): Add "ls".
authorChong Yidong <cyd@stupidchicken.com>
Wed, 17 Oct 2007 02:07:12 +0000 (02:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 17 Oct 2007 02:07:12 +0000 (02:07 +0000)
lisp/eshell/esh-cmd.el

index d3194f3625aefa2bac49a273f02e0701f25d79e8..f999bdcdf6df5dfa728b10e79cf19205fb4dd76e 100644 (file)
@@ -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.