changeset 70936:83ce2ddffd16

(query-replace-read-from, query-replace-read-to): Remove 8th arg KEEP-ALL in read-from-minibuffer.
author Juri Linkov <juri@jurta.org>
date Thu, 25 May 2006 21:57:12 +0000
parents 6095a182eaad
children 5817e6ec700c
files lisp/replace.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/replace.el	Thu May 25 21:53:31 2006 +0000
+++ b/lisp/replace.el	Thu May 25 21:57:12 2006 +0000
@@ -113,7 +113,7 @@
 		 (format "%s: " prompt))
 	       nil nil nil
 	       query-replace-from-history-variable
-	       nil t t))))
+	       nil t))))
       (if (and (zerop (length from)) lastto lastfrom)
 	  (progn
 	    (set query-replace-from-history-variable
@@ -180,7 +180,7 @@
      (read-from-minibuffer
       (format "%s %s with: " prompt (query-replace-descr from))
       nil nil nil
-      query-replace-to-history-variable from t t))
+      query-replace-to-history-variable from t))
    regexp-flag))
 
 (defun query-replace-read-args (prompt regexp-flag &optional noerror)