summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/replace.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 0c0ee821c67..97b05cbc80a 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -92,7 +92,7 @@ wants to replace FROM with TO."
(format "%s: " string))
nil nil nil
query-replace-from-history-variable
- nil t))))
+ nil t t))))
(if (and (zerop (length from)) lastto lastfrom)
(cons lastfrom
(query-replace-compile-replacement lastto regexp-flag))
@@ -156,7 +156,7 @@ the original string if not."
(read-from-minibuffer
(format "%s %s with: " string (query-replace-descr from))
nil nil nil
- query-replace-to-history-variable from t))
+ query-replace-to-history-variable from t t))
regexp-flag))
(defun query-replace-read-args (string regexp-flag &optional noerror)