This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xml literals


I checked in a fix, in both the master and kawa-2.4 branches.

The bug only happened when the value of (html:td result) is not used.
You might say: But it is used in:
			(set! html-literal-table-data-code
			      (html:td result))

No, because html-literal-table-data-code is not used, so the assignment
is ignored (except for possible side-effects).
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]