emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/xml.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/xml.el
Date: Wed, 06 Oct 2004 02:10:52 -0400

Index: emacs/lisp/xml.el
diff -c emacs/lisp/xml.el:1.37 emacs/lisp/xml.el:1.38
*** emacs/lisp/xml.el:1.37      Wed Oct  6 00:58:29 2004
--- emacs/lisp/xml.el   Wed Oct  6 06:03:54 2004
***************
*** 598,605 ****
              nil)
             (t
              (if xml-validating-parser 
!                 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)
--- 598,605 ----
              nil)
             (t
              (if xml-validating-parser 
!                 (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]