summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-cmpl.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-08-10 00:18:18 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-08-10 00:18:18 +0000
commit70a06174e51b948ee0b4e4091f38bb0bd6cdc04f (patch)
tree46477c28c73b9a9284f6f1622c5201fda1d6a33a /lisp/eshell/em-cmpl.el
parent185932d7be565d5bfcd8d17f06e04a2ae161318d (diff)
downloademacs-70a06174e51b948ee0b4e4091f38bb0bd6cdc04f.tar.gz
Removed eshell-under-cygwin-p, and all uses of it.
Diffstat (limited to 'lisp/eshell/em-cmpl.el')
-rw-r--r--lisp/eshell/em-cmpl.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index 09c6e784f9e..ac93223bd57 100644
--- a/lisp/eshell/em-cmpl.el
+++ b/lisp/eshell/em-cmpl.el
@@ -142,8 +142,7 @@ to writing a completion function."
:type (get 'pcomplete-dir-ignore 'custom-type)
:group 'eshell-cmpl)
-(defcustom eshell-cmpl-ignore-case (or (eshell-under-windows-p)
- (eshell-under-cygwin-p))
+(defcustom eshell-cmpl-ignore-case (eshell-under-windows-p)
(documentation-property 'pcomplete-ignore-case
'variable-documentation)
:type (get 'pcomplete-ignore-case 'custom-type)