diff options
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 9f1fbb14a4a..2ef35438e91 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -2389,8 +2389,7 @@ type \\[help-command] at that time." (if (use-region-p) " in region" "")) isearch-regexp) t isearch-regexp (or delimited isearch-regexp-function) nil nil - (if (use-region-p) (region-beginning)) - (if (use-region-p) (region-end)) + (use-region-beginning) (use-region-end) backward)) (and isearch-recursive-edit (exit-recursive-edit))) |