From 5ed3235280ca2e393f96545d58054443d3212ea7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 13 Dec 2004 19:37:32 +0000 Subject: [PATCH] (xml-name-re, xml-entity-value-re): Add defvars. --- lisp/xml.el | 2 ++ 1 file changed, 2 insertions(+) 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)+ -- 2.39.5