Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.269 emacs/lisp/isearch.el:1.270
*** emacs/lisp/isearch.el:1.269 Sat Aug 6 22:13:43 2005
--- emacs/lisp/isearch.el Tue Aug 9 11:27:18 2005
***************
*** 1147,1153 ****
(funcall isearch-wrap-function)
(goto-char (if isearch-forward (point-min) (point-max)))))))
;; C-s in reverse or C-r in forward, change direction.
! (setq isearch-forward (not isearch-forward)))
(setq isearch-barrier (point)) ; For subsequent \| if regexp.
--- 1147,1154 ----
(funcall isearch-wrap-function)
(goto-char (if isearch-forward (point-min) (point-max)))))))
;; C-s in reverse or C-r in forward, change direction.
! (setq isearch-forward (not isearch-forward)
! isearch-success t))
(setq isearch-barrier (point)) ; For subsequent \| if regexp.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs