diff lisp/eshell/em-glob.el @ 46852:6eb625bead4f

Removed eshell-under-cygwin-p, and all uses of it.
author John Wiegley <johnw@newartisans.com>
date Sat, 10 Aug 2002 00:18:18 +0000
parents 543b32b4673d
children eeded772a8a2
line wrap: on
line diff
--- a/lisp/eshell/em-glob.el	Sat Aug 10 00:17:41 2002 +0000
+++ b/lisp/eshell/em-glob.el	Sat Aug 10 00:18:18 2002 +0000
@@ -76,8 +76,7 @@
   :type 'boolean
   :group 'eshell-glob)
 
-(defcustom eshell-glob-case-insensitive (or (eshell-under-windows-p)
-					    (eshell-under-cygwin-p))
+(defcustom eshell-glob-case-insensitive (eshell-under-windows-p)
   "*If non-nil, glob pattern matching will ignore case."
   :type 'boolean
   :group 'eshell-glob)