Mercurial > emacs
changeset 85343:54bb69a4ec60
(eshell-complex-commands): Add "ls".
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 17 Oct 2007 02:08:32 +0000 |
parents | c7526f9a6e15 |
children | 99492f857499 |
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:08:23 2007 +0000 +++ b/lisp/eshell/esh-cmd.el Wed Oct 17 02:08:32 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.