]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-mode, isearch-done): Delete unintended code in previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 15 Jul 2007 17:56:23 +0000 (17:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 15 Jul 2007 17:56:23 +0000 (17:56 +0000)
lisp/ChangeLog
lisp/isearch.el

index 2a89382a5cd7b47fbfef1ae5614d4c0c5b78d3d9..6fd0a3b3e44a8faf1ad1bcc5afbc02ae8cb08a09 100644 (file)
@@ -1,5 +1,8 @@
 2007-07-15  Richard Stallman  <rms@gnu.org>
 
+       * isearch.el (isearch-mode, isearch-done):
+       Delete unintended code in previous change.
+
        * ps-print.el (ps-default-bg): Change to White.
 
 2007-07-15  Aaron Hawley  <aaronh@garden.org>
index 1804233847f9379868a5781d8645193f67adb2c4..71e5e4bccd3e51cba14b76b01ea2ffd97e29de71 100644 (file)
@@ -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,