diff options
| author | Richard M. Stallman | 2007-07-09 14:45:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-07-09 14:45:13 +0000 |
| commit | ccbbae2c439f132be89e4203cde8803da7beab25 (patch) | |
| tree | a724b11769abeacb65f3141e7751cbae1e47afdb | |
| parent | ebcf866ed8fdb229678a21ec77af81d0da29af1d (diff) | |
| download | emacs-ccbbae2c439f132be89e4203cde8803da7beab25.tar.gz emacs-ccbbae2c439f132be89e4203cde8803da7beab25.zip | |
(isearch-edit-string): Call to isearch-push-state after the search.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/isearch.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f9d5b3bce1..048c6634c83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-07-09 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * isearch.el (isearch-edit-string): Call to isearch-push-state | ||
| 4 | after the search. | ||
| 5 | |||
| 1 | 2007-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2007-07-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * window.el (fit-window-to-buffer): Remove setting of window-min-height | 8 | * window.el (fit-window-to-buffer): Remove setting of window-min-height |
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 | |||
| 1069 | 1069 | ||
| 1070 | ;; Reinvoke the pending search. | 1070 | ;; Reinvoke the pending search. |
| 1071 | (isearch-search) | 1071 | (isearch-search) |
| 1072 | (isearch-push-state) | ||
| 1072 | (isearch-update) | 1073 | (isearch-update) |
| 1073 | (if isearch-nonincremental | 1074 | (if isearch-nonincremental |
| 1074 | (progn | 1075 | (progn |