]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-edit-string): Call to isearch-push-state after the search.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Jul 2007 14:45:13 +0000 (14:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Jul 2007 14:45:13 +0000 (14:45 +0000)
lisp/ChangeLog
lisp/isearch.el

index 3f9d5b3bce196039777cec55cc67c4ef0c56394a..048c6634c838c5753358b290cfe1da5ccb1fa3f1 100644 (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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * window.el (fit-window-to-buffer): Remove setting of window-min-height
index f5a063200f126caeef9399a538ea4a8c5f17730e..71e5e4bccd3e51cba14b76b01ea2ffd97e29de71 100644 (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