]> git.eshelyaron.com Git - emacs.git/commit
bug-reference: prevent match-data clobbering (bug#61395)
authorTassilo Horn <tsdh@gnu.org>
Fri, 10 Feb 2023 18:22:56 +0000 (19:22 +0100)
committerTassilo Horn <tsdh@gnu.org>
Fri, 10 Feb 2023 18:22:56 +0000 (19:22 +0100)
commit4f053afe8e792c6261d4be0376e2ef0c91353188
treeb326fcb1bdf0bb52f7337377ffecb5c1c32d1887
parent10af9fbcad107ae76f50d408e0d6d04e082cc6d8
bug-reference: prevent match-data clobbering (bug#61395)

* lisp/progmodes/bug-reference.el (bug-reference-fontify): Wrap call
to syntax-ppss in save-match-data since it can clobber our
match-data (bug#61395).
lisp/progmodes/bug-reference.el