diff options
| -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." | |||
| 185 | 185 | ||
| 186 | (defvar xml-name-re) | 186 | (defvar xml-name-re) |
| 187 | (defvar xml-entity-value-re) | 187 | (defvar xml-entity-value-re) |
| 188 | (defvar xml-att-def-re) | ||
| 188 | (let* ((start-chars (concat "[:alpha:]:_")) | 189 | (let* ((start-chars (concat "[:alpha:]:_")) |
| 189 | (name-chars (concat "-[:digit:]." start-chars)) | 190 | (name-chars (concat "-[:digit:]." start-chars)) |
| 190 | ;;[3] S ::= (#x20 | #x9 | #xD | #xA)+ | 191 | ;;[3] S ::= (#x20 | #x9 | #xD | #xA)+ |