]> git.eshelyaron.com Git - emacs.git/commit
Minor xml.el tweaks
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Mar 2019 17:01:21 +0000 (10:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Mar 2019 17:02:18 +0000 (10:02 -0700)
commita697d1e638eabdb3eb32337fde6d802ef712eaf8
tree6b72ddfea5e6cf6bc99e67ecde61537bc8e62a10
parent907d11fc5372e899c89739f79c653eed055450cf
Minor xml.el tweaks

* lisp/xml.el (xml-name-start-char-re, xml-name-char-re):
No need to call concat.
(xml-name-char-re): Use \u escapes rather than chars inline,
so that the code matches the comments better and is easier
to audit.
lisp/xml.el