1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(eshell-complex-commands): Add "ls".

This commit is contained in:
Chong Yidong 2007-10-17 02:08:32 +00:00
parent 902fa837f1
commit 820b914333

View 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.