diff lisp/eshell/em-hist.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 f4d32be2d504
line wrap: on
line diff
--- a/lisp/eshell/em-hist.el	Sat Aug 10 00:17:41 2002 +0000
+++ b/lisp/eshell/em-hist.el	Sat Aug 10 00:18:18 2002 +0000
@@ -805,8 +805,7 @@
 	 (motion (if (> arg 0) 1 -1))
 	 (n (mod (- (or start (eshell-search-start arg)) motion) len))
 	 (tried-each-ring-item nil)
-	 (case-fold-search (or (eshell-under-windows-p)
-			       (eshell-under-cygwin-p)))
+	 (case-fold-search (eshell-under-windows-p))
 	 (prev nil))
     ;; Do the whole search as many times as the argument says.
     (while (and (/= arg 0) (not tried-each-ring-item))