diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-07-09 14:45:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-07-09 14:45:13 +0000 |
commit | ccbbae2c439f132be89e4203cde8803da7beab25 (patch) | |
tree | a724b11769abeacb65f3141e7751cbae1e47afdb /lisp/isearch.el | |
parent | ebcf866ed8fdb229678a21ec77af81d0da29af1d (diff) | |
download | emacs-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.el | 1 |
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 |