1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

(perform-replace): Remove leftover code.

This commit is contained in:
Juanma Barranquero 2007-01-13 14:03:39 +00:00
parent 745377e827
commit 2f857176eb

View File

@ -1519,7 +1519,7 @@ make, or the user didn't cancel the call."
(set-match-data real-match-data)
(setq next-replacement
(funcall (car replacements) (cdr replacements)
replace-count) nil))
replace-count)))
(if (not query-flag)
(let ((inhibit-read-only
query-replace-skip-read-only))