]> git.eshelyaron.com Git - emacs.git/commit
Fix void-variable n-reb in re-builder (Bug#40409)
authorNoam Postavsky <npostavs@gmail.com>
Sat, 4 Apr 2020 16:00:41 +0000 (12:00 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 5 Apr 2020 00:06:54 +0000 (20:06 -0400)
commit7e78f0d1b26557b1af95c542cc95cff131c18ec8
tree1fec166ba0bfd100c46eeceefc883f50b1db5dd5
parent452d776a5da3f25ec1ce3a632c5df8db80b507ef
Fix void-variable n-reb in re-builder (Bug#40409)

* lisp/emacs-lisp/re-builder.el (reb-while): Take the current value of
the counter instead of its name.
(reb-mark-non-matching-parenthesis): Bind n-reb to 0 at the start and
don't wrongly treat it as dynamicly bound.
lisp/emacs-lisp/re-builder.el