mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(xml-att-def-re): Add defvar.
This commit is contained in:
parent
9a84ddd8b5
commit
0bf41002b4
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue