diff lisp/xml.el @ 58939:e696b8c143a0

(xml-name-re, xml-entity-value-re): Add defvars.
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Dec 2004 19:37:32 +0000
parents 99943ffd0774
children d0f8033496b1 fb79180b618d
line wrap: on
line diff
--- 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)+