diff lisp/eshell/esh-cmd.el @ 79116:1af9837978fa

(eshell-complex-commands): Add "ls".
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 17 Oct 2007 02:07:12 +0000
parents a1e8300d3c55
children 48c4bb2b7d11 794e428cd497 1251cabc40b7
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.