/[emacs]/emacs/lisp/eshell/em-hist.el
ViewVC logotype

Diff of /emacs/lisp/eshell/em-hist.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by pj, Sat Feb 16 09:39:14 2002 UTC revision 1.10 by johnw, Mon Aug 5 20:09:16 2002 UTC
# Line 805  Moves relative to START, or `eshell-hist Line 805  Moves relative to START, or `eshell-hist
805           (motion (if (> arg 0) 1 -1))           (motion (if (> arg 0) 1 -1))
806           (n (mod (- (or start (eshell-search-start arg)) motion) len))           (n (mod (- (or start (eshell-search-start arg)) motion) len))
807           (tried-each-ring-item nil)           (tried-each-ring-item nil)
808           (case-fold-search (eshell-under-windows-p))           (case-fold-search (or (eshell-under-windows-p)
809                                   (eshell-under-cygwin-p)))
810           (prev nil))           (prev nil))
811      ;; Do the whole search as many times as the argument says.      ;; Do the whole search as many times as the argument says.
812      (while (and (/= arg 0) (not tried-each-ring-item))      (while (and (/= arg 0) (not tried-each-ring-item))

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26