+2004-10-06 John Paul Wallington <jpw@gnu.org>
+
+ * xml.el (xml-parse-dtd): Fix `error' call.
+
2004-10-05 Mark A. Hershberger <mah@everybody.org>
* xml.el (xml-substitute-special): Return a single string instead
(Info-build-toc): Don't check for special Info file names.
Set main-file to nil if Info-find-file returns a symbol.
->>>>>>> 1.6421
2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
* calendar/calendar.el (calendar-goto-iso-week): Add autoload.
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)