emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/isearch.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Tue, 09 Aug 2005 07:27:19 -0400

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.
  




reply via email to

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