Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fa81f010
Commit
fa81f010
authored
Dec 14, 2005
by
Juri Linkov
Browse files
(isearch-query-replace): Use (mark) instead of
isearch-opoint if mark is active in transient-mark-mode.
parent
e7e4ea21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/isearch.el
lisp/isearch.el
+1
-1
No files found.
lisp/ChangeLog
View file @
fa81f010
2005-12-14 Juri Linkov <juri@jurta.org>
* isearch.el (isearch-query-replace): Use (mark) instead of
isearch-opoint if mark is active in transient-mark-mode.
2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
* isearch.el (isearch-query-replace): Check for isearch-other-end.
...
...
lisp/isearch.el
View file @
fa81f010
...
...
@@ -1227,7 +1227,7 @@ Use `isearch-exit' to quit without signaling."
(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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment