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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/xml.el
Date: Fri, 30 May 2003 12:02:26 -0400

Index: emacs/lisp/xml.el
diff -c emacs/lisp/xml.el:1.20 emacs/lisp/xml.el:1.21
*** emacs/lisp/xml.el:1.20      Mon May 19 13:43:04 2003
--- emacs/lisp/xml.el   Fri May 30 12:02:26 2003
***************
*** 274,282 ****
        (if (looking-at "/>")
          (progn
            (forward-char 2)
!           ;; Fixme:  Inconsistent with the nil content returned from
!           ;; `<tag></tag>'.
!           (nreverse (cons '("") children)))
  
        ;; is this a valid start tag ?
        (if (eq (char-after) ?>)
--- 274,280 ----
        (if (looking-at "/>")
          (progn
            (forward-char 2)
!           (nreverse children))
  
        ;; is this a valid start tag ?
        (if (eq (char-after) ?>)




reply via email to

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