diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-09 02:52:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-09 02:52:15 +0000 |
commit | 0bf41002b4961675f3947920fef1de09e151a46a (patch) | |
tree | ea9895e524ccd685fdafc4abe55cc528f5745067 /lisp/xml.el | |
parent | 9a84ddd8b5e7d6c646a8defd9b3a54a83e9ca76e (diff) | |
download | emacs-0bf41002b4961675f3947920fef1de09e151a46a.tar.gz |
(xml-att-def-re): Add defvar.
Diffstat (limited to 'lisp/xml.el')
-rw-r--r-- | lisp/xml.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)+ |