Mercurial > emacs
changeset 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 | f3ac898990de |
children | 841754cd73c6 |
files | lisp/xml.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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)+