mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
(isearch-done): Don't call deactivate-mark.
This commit is contained in:
parent
9759073737
commit
e9d7d7e02d
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
|
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
|
||||||
|
|
||||||
;; |$Date: 1994/05/03 22:34:16 $|$Revision: 1.67 $
|
;; |$Date: 1994/05/07 01:33:23 $|$Revision: 1.68 $
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
|
|
@ -601,7 +601,6 @@ is treated as a regexp. See \\[isearch-forward] for more info."
|
||||||
(if (/= (point) isearch-opoint)
|
(if (/= (point) isearch-opoint)
|
||||||
(progn
|
(progn
|
||||||
(push-mark isearch-opoint t)
|
(push-mark isearch-opoint t)
|
||||||
(deactivate-mark)
|
|
||||||
(or executing-macro (> (minibuffer-depth) 0)
|
(or executing-macro (> (minibuffer-depth) 0)
|
||||||
(message "Mark saved where search started")))
|
(message "Mark saved where search started")))
|
||||||
;; (message "") why is this needed?
|
;; (message "") why is this needed?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue