Does this fix it?

*** isearch.el  19 Jul 2005 16:38:35 -0400      1.267
--- isearch.el  23 Jul 2005 17:56:48 -0400      
***************
*** 1142,1148 ****
                  (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.
  
--- 1142,1149 ----
                  (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-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to