emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el,v
Date: Wed, 17 Oct 2007 02:08:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/10/17 02:08:32

Index: esh-cmd.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/eshell/esh-cmd.el,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- esh-cmd.el  26 Jul 2007 05:26:54 -0000      1.33
+++ esh-cmd.el  17 Oct 2007 02:08:32 -0000      1.34
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]