changeset 78132:d5396ca38936

(isearch-mode, isearch-done): Delete unintended code in previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 15 Jul 2007 17:56:16 +0000
parents 19ca0f20bf3e
children 4c1c15e4d56e
files lisp/isearch.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Sun Jul 15 15:26:33 2007 +0000
+++ b/lisp/isearch.el	Sun Jul 15 17:56:16 2007 +0000
@@ -674,8 +674,6 @@
       (make-local-variable 'input-method-function))
   (setq input-method-function nil)
 
-  (setq cursor-in-echo-area t)
-
   (looking-at "")
   (setq isearch-window-configuration
 	(if isearch-slow-terminal-mode (current-window-configuration) nil))
@@ -800,8 +798,6 @@
       (setq input-method-function isearch-input-method-function)
     (kill-local-variable 'input-method-function))
 
-  (setq cursor-in-echo-area nil)
-
   (force-mode-line-update)
 
   ;; If we ended in the middle of some intangible text,