emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/em-hist.el


From: John Wiegley
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-hist.el
Date: Mon, 05 Aug 2002 16:09:23 -0400

Index: emacs/lisp/eshell/em-hist.el
diff -c emacs/lisp/eshell/em-hist.el:1.9 emacs/lisp/eshell/em-hist.el:1.10
*** emacs/lisp/eshell/em-hist.el:1.9    Sat Feb 16 04:39:14 2002
--- emacs/lisp/eshell/em-hist.el        Mon Aug  5 16:09:16 2002
***************
*** 805,811 ****
         (motion (if (> arg 0) 1 -1))
         (n (mod (- (or start (eshell-search-start arg)) motion) len))
         (tried-each-ring-item nil)
!        (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))
--- 805,812 ----
         (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)))
         (prev nil))
      ;; Do the whole search as many times as the argument says.
      (while (and (/= arg 0) (not tried-each-ring-item))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]