Mercurial > emacs
changeset 57346:8e110e726b85
(xml-parse-dtd): Fix `error' call.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Wed, 06 Oct 2004 06:03:54 +0000 |
parents | f024640dc5e4 |
children | 32a9d7f91e8e |
files | lisp/xml.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/xml.el Wed Oct 06 03:45:06 2004 +0000 +++ b/lisp/xml.el Wed Oct 06 06:03:54 2004 +0000 @@ -598,8 +598,8 @@ nil) (t (if xml-validating-parser - error "XML: (Validity) Invalid element type in the DTD"))) - + (error "XML: (Validity) Invalid element type in the DTD")))) + ;; rule [45]: the element declaration must be unique (if (and (assoc element dtd) xml-validating-parser)