summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-14 09:50:26 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-14 09:50:26 +0000
commite9d7d7e02d6523aa49a5b57c178b99fa6baa1d8f (patch)
tree2ed0684ebbae707940eed498affbd687e5303e81 /lisp/isearch.el
parent975907373774ef30bbb30f8beceb7907b45ed64f (diff)
downloademacs-e9d7d7e02d6523aa49a5b57c178b99fa6baa1d8f.tar.gz
(isearch-done): Don't call deactivate-mark.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 98bb768a134..1e38883d047 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -4,7 +4,7 @@
;; 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.
@@ -601,7 +601,6 @@ is treated as a regexp. See \\[isearch-forward] for more info."
(if (/= (point) isearch-opoint)
(progn
(push-mark isearch-opoint t)
- (deactivate-mark)
(or executing-macro (> (minibuffer-depth) 0)
(message "Mark saved where search started")))
;; (message "") why is this needed?