# HG changeset patch # User Richard M. Stallman # Date 768909026 0 # Node ID 0a30e271186f3058f6fa5b4a5ee8e81b8bb034f1 # Parent 2308d6e6404c0aaab426e174938727f71a4ee6a4 (isearch-done): Don't call deactivate-mark. diff -r 2308d6e6404c -r 0a30e271186f lisp/isearch.el --- 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 -;; |$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?