# HG changeset patch # User Richard M. Stallman # Date 1102966652 0 # Node ID e696b8c143a0ed4bf684fb19a5f01c537fdd7540 # Parent f3ac898990de53c3590154f71987d37c54382e51 (xml-name-re, xml-entity-value-re): Add defvars. diff -r f3ac898990de -r e696b8c143a0 lisp/xml.el --- a/lisp/xml.el Mon Dec 13 19:34:46 2004 +0000 +++ b/lisp/xml.el Mon Dec 13 19:37:32 2004 +0000 @@ -179,6 +179,8 @@ 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)+