/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

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

revision 1.258 by jurta, Wed Mar 16 07:33:26 2005 UTC revision 1.259 by jurta, Thu Mar 17 19:22:23 2005 UTC
# Line 1458  barrier." Line 1458  barrier."
1458            ;; `stack' now refers the most recent valid regexp that is not at            ;; `stack' now refers the most recent valid regexp that is not at
1459            ;; all optional in its last term.  Now dig one level deeper and find            ;; all optional in its last term.  Now dig one level deeper and find
1460            ;; what matched before that.            ;; what matched before that.
1461            (let ((last-other-end (or (isearch-other-end-state (car previous))            (let ((last-other-end
1462                                      isearch-barrier)))                   (or (and (car previous)
1463                              (isearch-other-end-state (car previous)))
1464                         isearch-barrier)))
1465              (goto-char (if isearch-forward              (goto-char (if isearch-forward
1466                             (max last-other-end isearch-barrier)                             (max last-other-end isearch-barrier)
1467                           (min last-other-end isearch-barrier)))                           (min last-other-end isearch-barrier)))

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259

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