]> git.eshelyaron.com Git - emacs.git/commit
Don't sgml-syntax-propertize-inside XML prolog (Bug#32823)
authorNoam Postavsky <npostavs@gmail.com>
Sat, 18 May 2019 18:37:51 +0000 (14:37 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 4 Jun 2019 12:42:50 +0000 (08:42 -0400)
commitd414c93b062cc3e245a6db0cb764d354d037bd42
treee594558391e8a55800012b8d9642e322685ff355
parente04f93e18a8083d3a4930decc523c4f5d9a97c9e
Don't sgml-syntax-propertize-inside XML prolog (Bug#32823)

* lisp/nxml/nxml-mode.el (nxml-syntax-propertize): New function.
(nxml-mode): Use it as the syntax-propertize-function.
* test/lisp/nxml/nxml-mode-tests.el (nxml-mode-doctype-and-quote-syntax)
(nxml-mode-prolog-comment): New tests.
lisp/nxml/nxml-mode.el
test/lisp/nxml/nxml-mode-tests.el