mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(xml-att-def-re): Add defvar.
This commit is contained in:
parent
9a84ddd8b5
commit
0bf41002b4
@ -185,6 +185,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded."
|
||||
|
||||
(defvar xml-name-re)
|
||||
(defvar xml-entity-value-re)
|
||||
(defvar xml-att-def-re)
|
||||
(let* ((start-chars (concat "[:alpha:]:_"))
|
||||
(name-chars (concat "-[:digit:]." start-chars))
|
||||
;;[3] S ::= (#x20 | #x9 | #xD | #xA)+
|
||||
|
Loading…
Reference in New Issue
Block a user