diff lisp/eshell/em-cmpl.el @ 46820:543b32b4673d

Added checks that distinguish between cygwin and windows in some places.
author John Wiegley <johnw@newartisans.com>
date Mon, 05 Aug 2002 20:09:16 +0000
parents 2d19e70b4385
children 6eb625bead4f
line wrap: on
line diff
--- a/lisp/eshell/em-cmpl.el	Mon Aug 05 20:08:40 2002 +0000
+++ b/lisp/eshell/em-cmpl.el	Mon Aug 05 20:09:16 2002 +0000
@@ -142,7 +142,8 @@
   :type (get 'pcomplete-dir-ignore 'custom-type)
   :group 'eshell-cmpl)
 
-(defcustom eshell-cmpl-ignore-case (eshell-under-windows-p)
+(defcustom eshell-cmpl-ignore-case (or (eshell-under-windows-p)
+				       (eshell-under-cygwin-p))
   (documentation-property 'pcomplete-ignore-case
 			  'variable-documentation)
   :type (get 'pcomplete-ignore-case 'custom-type)