aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-13 14:03:39 +0000
committerJuanma Barranquero2007-01-13 14:03:39 +0000
commit2f857176eb9a264e4cc295634829d741e17a316f (patch)
tree4825e5e98040b9f22609e051aa26059dfa4bea3d /lisp/replace.el
parent745377e8273c5f6ba4a03cf4b0f9edac5008e78e (diff)
downloademacs-2f857176eb9a264e4cc295634829d741e17a316f.tar.gz
emacs-2f857176eb9a264e4cc295634829d741e17a316f.zip
(perform-replace): Remove leftover code.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 0e1435824e1..1e911b6e332 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1519,7 +1519,7 @@ make, or the user didn't cancel the call."
1519 (set-match-data real-match-data) 1519 (set-match-data real-match-data)
1520 (setq next-replacement 1520 (setq next-replacement
1521 (funcall (car replacements) (cdr replacements) 1521 (funcall (car replacements) (cdr replacements)
1522 replace-count) nil)) 1522 replace-count)))
1523 (if (not query-flag) 1523 (if (not query-flag)
1524 (let ((inhibit-read-only 1524 (let ((inhibit-read-only
1525 query-replace-skip-read-only)) 1525 query-replace-skip-read-only))