]> git.eshelyaron.com Git - emacs.git/commit
(rng-do-some-validation): Fix dangerous use of `with-silent-modifications`
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Jun 2024 14:43:14 +0000 (10:43 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:26:17 +0000 (11:26 +0200)
commit83fff4e2eeecffa1cdfd647f6fcc96c95b64ab4d
tree9f1639ec092e96ca48116a492c95bad82a46fb56
parent87e9ae960d55d546167471991db61dbe55d929b3
(rng-do-some-validation): Fix dangerous use of `with-silent-modifications`

* lisp/nxml/rng-valid.el (rng-do-some-validation): Don't let-bind
`inhibit-modification-hooks` around code which can wait.
(rng-cache-state): Bind it here instead.

(cherry picked from commit 018a6d2ee903e0d09cda1d9e3b65bab73eda998f)
lisp/nxml/rng-valid.el