summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-07-09 14:45:13 +0000
committerRichard M. Stallman <rms@gnu.org>2007-07-09 14:45:13 +0000
commitccbbae2c439f132be89e4203cde8803da7beab25 (patch)
treea724b11769abeacb65f3141e7751cbae1e47afdb /lisp/isearch.el
parentebcf866ed8fdb229678a21ec77af81d0da29af1d (diff)
downloademacs-ccbbae2c439f132be89e4203cde8803da7beab25.tar.gz
(isearch-edit-string): Call to isearch-push-state after the search.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index f5a063200f1..71e5e4bccd3 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -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