From: Richard M. Stallman Date: Tue, 9 Aug 2005 02:52:15 +0000 (+0000) Subject: (xml-att-def-re): Add defvar. X-Git-Tag: emacs-pretest-22.0.90~7741 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0bf41002b4961675f3947920fef1de09e151a46a;p=emacs.git (xml-att-def-re): Add defvar. --- diff --git a/lisp/xml.el b/lisp/xml.el index 90ba5baf9b8..5fdb6f33b18 100644 --- a/lisp/xml.el +++ b/lisp/xml.el @@ -185,6 +185,7 @@ If PARSE-NS is non-nil, then QNAMES are expanded." (defvar xml-name-re) (defvar xml-entity-value-re) +(defvar xml-att-def-re) (let* ((start-chars (concat "[:alpha:]:_")) (name-chars (concat "-[:digit:]." start-chars)) ;;[3] S ::= (#x20 | #x9 | #xD | #xA)+