diff lisp/eshell/em-glob.el @ 33020:e21feeab77fb

See ChangeLog
author John Wiegley <johnw@newartisans.com>
date Sun, 29 Oct 2000 05:18:48 +0000
parents 8e57189d61b4
children 67b464da13ec
line wrap: on
line diff
--- a/lisp/eshell/em-glob.el	Sun Oct 29 04:56:45 2000 +0000
+++ b/lisp/eshell/em-glob.el	Sun Oct 29 05:18:48 2000 +0000
@@ -81,8 +81,9 @@
   :type 'boolean
   :group 'eshell-glob)
 
-(defcustom eshell-glob-show-progress t
-  "*If non-nil, display progress messages during a recursive glob."
+(defcustom eshell-glob-show-progress nil
+  "*If non-nil, display progress messages during a recursive glob.
+This option slows down recursive glob processing by quite a bit."
   :type 'boolean
   :group 'eshell-glob)