From: Chong Yidong Date: Wed, 17 Oct 2007 02:08:32 +0000 (+0000) Subject: (eshell-complex-commands): Add "ls". X-Git-Tag: emacs-pretest-23.0.90~10299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=820b9143335905206f96f7108f66438038e67fd7;p=emacs.git (eshell-complex-commands): Add "ls". --- 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.