diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 4fc48d4c7a8..60948efeea6 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -198,7 +198,7 @@ wants to replace FROM with TO." | |||
| 198 | (setq-local text-property-default-nonsticky | 198 | (setq-local text-property-default-nonsticky |
| 199 | (cons '(separator . t) text-property-default-nonsticky))) | 199 | (cons '(separator . t) text-property-default-nonsticky))) |
| 200 | (if regexp-flag | 200 | (if regexp-flag |
| 201 | (read-regexp prompt) | 201 | (read-regexp prompt nil 'minibuffer-history) |
| 202 | (read-from-minibuffer | 202 | (read-from-minibuffer |
| 203 | prompt nil nil nil nil | 203 | prompt nil nil nil nil |
| 204 | (car (if regexp-flag regexp-search-ring search-ring)) t))))) | 204 | (car (if regexp-flag regexp-search-ring search-ring)) t))))) |