]> git.eshelyaron.com Git - emacs.git/commit
Fix tex-validate-buffer
authorMattias Engdegård <mattiase@acm.org>
Sun, 25 Jul 2021 11:04:43 +0000 (13:04 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 25 Jul 2021 14:41:46 +0000 (16:41 +0200)
commitf4d04931b7a2f32dd24bd45307cf4efb050793af
tree5d3f273a3bdff51697189b24cc66a60d558e459a
parent697341d7fd80091a4243a813e2aecc07fd49b10c
Fix tex-validate-buffer

* lisp/textmodes/tex-mode.el (tex-validate-buffer):
Set `inhibit-read-only` around all modifications of the
read-protected *Occur* buffer (bug#19326).
Add the `occur-match` property, and adjust the extent of the
`occur-target` property, so that next-error and previous-error work
correctly (bug#39121).
lisp/textmodes/tex-mode.el