# HG changeset patch # User Chong Yidong # Date 1192586832 0 # Node ID 1af9837978fa88354c45392ed566db62f2bd805c # Parent c49f8a937799cc341ec72c5cb11f58e07cd6299b (eshell-complex-commands): Add "ls". diff -r c49f8a937799 -r 1af9837978fa lisp/eshell/esh-cmd.el --- 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.