]> git.eshelyaron.com Git - emacs.git/commitdiff
(xml-name-re, xml-entity-value-re): Add defvars.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Dec 2004 19:37:32 +0000 (19:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Dec 2004 19:37:32 +0000 (19:37 +0000)
lisp/xml.el

index aba84d332305af002dc009906433795f4be05df9..daf5689c18bd64fd9caffbdc3d9a97b4fa0b4fa4 100644 (file)
@@ -179,6 +179,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded."
       xml)))
 
 
+(defvar xml-name-re)
+(defvar xml-entity-value-re)
 (let* ((start-chars (concat "[:alpha:]:_"))
        (name-chars  (concat "-[:digit:]." start-chars))
 ;;[3]          S          ::=          (#x20 | #x9 | #xD | #xA)+