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
99afb671
Commit
99afb671
authored
Dec 24, 1993
by
Richard M. Stallman
Browse files
(isearch-update): If isearch-other-end is nil,
call isearch-dehighlight.
parent
4a7e63b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/isearch.el
lisp/isearch.el
+3
-2
No files found.
lisp/isearch.el
View file @
99afb671
...
...
@@ -4,7 +4,7 @@
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
;; |$Date: 1993/1
1
/2
6 22:20:23
$|$Revision: 1.5
5
$
;; |$Date: 1993/1
2
/2
3 03:28:10
$|$Revision: 1.5
6
$
;; This file is part of GNU Emacs.
...
...
@@ -547,7 +547,8 @@ is treated as a regexp. See \\[isearch-forward] for more info."
(if isearch-other-end
(if (< isearch-other-end (point)) ; isearch-forward?
(isearch-highlight isearch-other-end (point))
(isearch-highlight (point) isearch-other-end)))
(isearch-highlight (point) isearch-other-end))
(isearch-dehighlight nil))
))
(setq ;; quit-flag nil not for isearch-mode
isearch-adjusted nil
...
...
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