diff options
Diffstat (limited to 'lisp')
-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 24a4818051f..22b7cde167c 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -438,7 +438,7 @@ which will run faster and do exactly what you probably want." (replace-match next-replacement nocasify literal) (setq replace-count (1+ replace-count))) (undo-boundary) - (let (done replaced) + (let (done replaced char) (while (not done) (let ((help-form '(concat "Query replacing " |