# HG changeset patch # User Juri Linkov # Date 1148594232 0 # Node ID 83ce2ddffd16941e197ca01d3034890d6f09a222 # Parent 6095a182eaadd1523a8df19f46e082419a36c8aa (query-replace-read-from, query-replace-read-to): Remove 8th arg KEEP-ALL in read-from-minibuffer. diff -r 6095a182eaad -r 83ce2ddffd16 lisp/replace.el --- 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)