1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(isearch-update): If isearch-other-end is nil,

call isearch-dehighlight.
This commit is contained in:
Richard M. Stallman 1993-12-24 03:30:11 +00:00
parent 4a7e63b938
commit 99afb6719f

View File

@ -4,7 +4,7 @@
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
;; |$Date: 1993/11/26 22:20:23 $|$Revision: 1.55 $
;; |$Date: 1993/12/23 03:28:10 $|$Revision: 1.56 $
;; 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