]> git.eshelyaron.com Git - emacs.git/commit
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:12:45 +0000 (18:12 +0200)
commitcbc10ec71e9f189e8d6fd5c6927aec4872e0fd96
treed69af7bdfb6993558e34ba2f421a3789a01a686a
parent746b20c23733c36c26e8962d685b01385e58e94d
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.
lisp/replace.el