diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-01-13 14:03:39 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-01-13 14:03:39 +0000 |
commit | 2f857176eb9a264e4cc295634829d741e17a316f (patch) | |
tree | 4825e5e98040b9f22609e051aa26059dfa4bea3d | |
parent | 745377e8273c5f6ba4a03cf4b0f9edac5008e78e (diff) | |
download | emacs-2f857176eb9a264e4cc295634829d741e17a316f.tar.gz |
(perform-replace): Remove leftover code.
-rw-r--r-- | lisp/replace.el | 2 |
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." (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)) |