diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/isearch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 45c6d97dd36..62899ab8298 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -1184,8 +1184,8 @@ nonincremental search instead via `isearch-edit-string'." | |||
| 1184 | (if (and search-nonincremental-instead | 1184 | (if (and search-nonincremental-instead |
| 1185 | (= 0 (length isearch-string))) | 1185 | (= 0 (length isearch-string))) |
| 1186 | (let ((isearch-nonincremental t)) | 1186 | (let ((isearch-nonincremental t)) |
| 1187 | (isearch-edit-string))) | 1187 | (isearch-edit-string)) ;; this calls isearch-done as well |
| 1188 | (isearch-done) | 1188 | (isearch-done)) |
| 1189 | (isearch-clean-overlays)) | 1189 | (isearch-clean-overlays)) |
| 1190 | 1190 | ||
| 1191 | (defun isearch-fail-pos (&optional msg) | 1191 | (defun isearch-fail-pos (&optional msg) |