From: Richard M. Stallman Date: Mon, 13 Dec 2004 19:37:32 +0000 (+0000) Subject: (xml-name-re, xml-entity-value-re): Add defvars. X-Git-Tag: ttn-vms-21-2-B4~3286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ed3235280ca2e393f96545d58054443d3212ea7;p=emacs.git (xml-name-re, xml-entity-value-re): Add defvars. --- diff --git a/lisp/xml.el b/lisp/xml.el index aba84d33230..daf5689c18b 100644 --- a/lisp/xml.el +++ b/lisp/xml.el @@ -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)+