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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/xml.el
Date: Fri, 07 Nov 2003 11:05:27 -0500

Index: emacs/lisp/xml.el
diff -c emacs/lisp/xml.el:1.25 emacs/lisp/xml.el:1.26
*** emacs/lisp/xml.el:1.25      Sat Nov  1 12:56:08 2003
--- emacs/lisp/xml.el   Fri Nov  7 11:05:26 2003
***************
*** 546,552 ****
            ;;  rule [45]: the element declaration must be unique
            (if (assoc element dtd)
                (error "XML: element declarations must be unique in a DTD 
(<%s>)"
!                      element)
  
            ;;  Store the element in the DTD
            (push (list element type) dtd)
--- 546,552 ----
            ;;  rule [45]: the element declaration must be unique
            (if (assoc element dtd)
                (error "XML: element declarations must be unique in a DTD 
(<%s>)"
!                      element))
  
            ;;  Store the element in the DTD
            (push (list element type) dtd)
***************
*** 559,565 ****
  
          ;;  Skip the end of the DTD
          (search-forward ">"))))
!     (nreverse dtd))))
  
  (defun xml-parse-elem-type (string)
    "Convert element type STRING into a Lisp structure."
--- 559,565 ----
  
          ;;  Skip the end of the DTD
          (search-forward ">"))))
!     (nreverse dtd)))
  
  (defun xml-parse-elem-type (string)
    "Convert element type STRING into a Lisp structure."




reply via email to

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