(isearch-edit-string): Call to isearch-push-state after the search.

This commit is contained in:
Richard M. Stallman 2007-07-09 14:45:13 +00:00
parent ebcf866ed8
commit ccbbae2c43
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-07-09 Richard Stallman <rms@gnu.org>
* isearch.el (isearch-edit-string): Call to isearch-push-state
after the search.
2007-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* window.el (fit-window-to-buffer): Remove setting of window-min-height

View file

@ -1069,6 +1069,7 @@ If first char entered is \\[isearch-yank-word-or-char], then do word search inst
;; Reinvoke the pending search.
(isearch-search)
(isearch-push-state)
(isearch-update)
(if isearch-nonincremental
(progn