1
0
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:
Richard M. Stallman 2005-08-09 02:52:15 +00:00
parent 9a84ddd8b5
commit 0bf41002b4

View File

@ -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)+