Mercurial > emacs
changeset 7498:0a30e271186f
(isearch-done): Don't call deactivate-mark.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 May 1994 09:50:26 +0000 |
parents | 2308d6e6404c |
children | b3cacdf7bbfa |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Sat May 14 09:18:02 1994 +0000 +++ b/lisp/isearch.el Sat May 14 09:50:26 1994 +0000 @@ -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 @@ (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?