+2007-07-09 Richard Stallman <rms@gnu.org>
+
+ * isearch.el (isearch-edit-string): Call to isearch-push-state
+ after the search.
+
2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
* cus-start.el (file-coding-system-alist): Fix custom type.
-;;; isearch.el --- incremental search minor mode
+----------;;; isearch.el --- incremental search minor mode
;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000,
;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
(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))
(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,
;; Reinvoke the pending search.
(isearch-search)
+ (isearch-push-state)
(isearch-update)
(if isearch-nonincremental
(progn