summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-hist.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-hist.el
parent185932d7be565d5bfcd8d17f06e04a2ae161318d (diff)
downloademacs-70a06174e51b948ee0b4e4091f38bb0bd6cdc04f.tar.gz
Removed eshell-under-cygwin-p, and all uses of it.
Diffstat (limited to 'lisp/eshell/em-hist.el')
-rw-r--r--lisp/eshell/em-hist.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el
index 4da335cc100..468e938e326 100644
--- a/lisp/eshell/em-hist.el
+++ b/lisp/eshell/em-hist.el
@@ -805,8 +805,7 @@ Moves relative to START, or `eshell-history-index'."
(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))