From 0a2ea418fcf2061ad0cc0e88e98f1cbf9363278a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 15 Jul 2007 17:56:23 +0000 Subject: [PATCH] (isearch-mode, isearch-done): Delete unintended code in previous change. --- lisp/ChangeLog | 3 +++ lisp/isearch.el | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a89382a5cd..6fd0a3b3e44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2007-07-15 Richard Stallman + * 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 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, -- 2.39.5