]> git.eshelyaron.com Git - emacs.git/commit
Backport: Fix an assignment to free variable warning
authorTino Calancha <tino.calancha@gmail.com>
Tue, 17 Sep 2019 16:07:50 +0000 (18:07 +0200)
committerTino Calancha <tino.calancha@gmail.com>
Tue, 17 Sep 2019 16:16:14 +0000 (18:16 +0200)
commitbba9757a1fd7b05f7b18b0666735711d231972fa
tree3b752cb7762d6e0659f64c49bb3c20baee31ec8b
parent30c4f35a6fc8a6507930923766c3126ac1c2063f
Backport: Fix an assignment to free variable warning

It fixes a bug introduced by commit
'query-replace-regexp undo: Update next-replacement after undo'
(30c4f35a6fc8a6507930923766c3126ac1c2063f)

See https://lists.gnu.org/archive/html/emacs-devel/2019-09/msg00364.html
* lisp/replace.el(perform-replace): Rename variable
to next-replacement-replaced.

(cherry picked from commit cbc10ec71e9f189e8d6fd5c6927aec4872e0fd96)
lisp/replace.el