Files
emacs/lisp/nxml
Lars Ingebrigtsen b31e7c51d6 Fix xsdre-range-list-to-char-alternative problem with {P}
* lisp/nxml/xsd-regexp.el (xsdre-range-list-to-char-alternative):
Make (string-match (xsdre-translate "\\p{P}") "a-b") work
(bug#24093) -- the "forbidden" characters don't have to be the
first elements in a range.
2020-12-02 12:23:13 +01:00
..