unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* xml.el produces incorrect sexp for empty element.
@ 2003-05-30 10:12 Mark A. Hershberger
  2003-05-30 18:49 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 4+ messages in thread
From: Mark A. Hershberger @ 2003-05-30 10:12 UTC (permalink / raw)



Previous patches that I sent on this weren't accepted, I assume,
because they didn't apply cleanly.  I fixed my CVS, so this should
work.

2003-05-30  Mark A. Hershberger  <mah@everybody.org>

	* xml.el (xml-parse-tag): Fixed incorrect handling of empty elements.

*** xml.el.~1.18.~	Thu Mar 20 12:01:04 2003
--- xml.el	Fri May 16 21:24:11 2003
***************
*** 222,228 ****
        (if (looking-at "/[ \t\n\r]*>")
  	  (progn
  	    (forward-char 2)
! 	    (nreverse (cons '("") children)))
  
  	;; is this a valid start tag ?
  	(if (eq (char-after) ?>)
--- 222,228 ----
        (if (looking-at "/[ \t\n\r]*>")
  	  (progn
  	    (forward-char 2)
! 	    (list children))
  
  	;; is this a valid start tag ?
  	(if (eq (char-after) ?>)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-30 22:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-30 10:12 xml.el produces incorrect sexp for empty element Mark A. Hershberger
2003-05-30 18:49 ` Thien-Thi Nguyen
2003-05-30 20:38   ` Mark A. Hershberger
2003-05-30 22:09     ` Thien-Thi Nguyen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).