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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Wed, 14 Dec 2005 07:54:47 +0000

Index: emacs/lisp/isearch.el
diff -u emacs/lisp/isearch.el:1.280 emacs/lisp/isearch.el:1.281
--- emacs/lisp/isearch.el:1.280 Wed Dec 14 07:49:42 2005
+++ emacs/lisp/isearch.el       Wed Dec 14 07:54:47 2005
@@ -1227,7 +1227,7 @@
     (if (and isearch-other-end
             (< isearch-other-end (point))
              (not (and transient-mark-mode mark-active
-                       (< isearch-opoint (point)))))
+                       (< (mark) (point)))))
         (goto-char isearch-other-end))
     (set query-replace-from-history-variable
          (cons isearch-string




reply via email to

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