Fix debugging of string-match-p errors
commit7fb75680b38fe0805c2ff7e9cca3bec8121ba984
authorNoam Postavsky <npostavs@gmail.com>
Sat, 6 Aug 2016 02:11:00 +0000 (5 22:11 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 7 Aug 2016 14:24:40 +0000 (7 10:24 -0400)
tree9c086324af4e640e897de8c70efc5cf6622e2c12
parent2c0506173d92dd9d6de409a045668c6b5cf1fcef
Fix debugging of string-match-p errors

* src/eval.c (call_debugger): Bind inhibit-changing-match-data to nil so
that debugger code that needs to do regexp match won't break
(Bug #23949, Bug #24166, Bug#16294).
src/eval.c
src/search.c