# HG changeset patch # User Richard M. Stallman # Date 1184522176 0 # Node ID d5396ca38936898018b9619d0de290d7b325fbf6 # Parent 19ca0f20bf3eb6b55aa4ee082e1eab1c365ade3a (isearch-mode, isearch-done): Delete unintended code in previous change. diff -r 19ca0f20bf3e -r d5396ca38936 lisp/isearch.el --- 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,