summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-07-15 17:56:23 +0000
committerRichard M. Stallman <rms@gnu.org>2007-07-15 17:56:23 +0000
commit0a2ea418fcf2061ad0cc0e88e98f1cbf9363278a (patch)
tree7798441aa9d4fa3863a0a0a9a8e413c1e1ae8a36 /lisp/isearch.el
parent98738cd927eb3769566816595d5c644be9ca69bd (diff)
downloademacs-0a2ea418fcf2061ad0cc0e88e98f1cbf9363278a.tar.gz
(isearch-mode, isearch-done): Delete unintended code in previous change.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 1804233847f..71e5e4bccd3 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -674,8 +674,6 @@ is treated as a regexp. See \\[isearch-forward] for more info."
(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 @@ NOPUSH is t and EDIT is t."
(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,