[cxml-cvs] CVS cxml/klacks
dlichteblau
dlichteblau at common-lisp.net
Sun Feb 18 11:07:40 UTC 2007
Update of /project/cxml/cvsroot/cxml/klacks
In directory clnet:/tmp/cvs-serv7372/klacks
Modified Files:
klacks-impl.lisp
Log Message:
klacks documentation
--- /project/cxml/cvsroot/cxml/klacks/klacks-impl.lisp 2007/02/11 18:21:20 1.1
+++ /project/cxml/cvsroot/cxml/klacks/klacks-impl.lisp 2007/02/18 11:07:40 1.2
@@ -249,6 +249,7 @@
(defun klacks/eof (source input)
(with-source (source current-key current-values)
(p/eof input)
+ (klacks:close-source source)
(setf current-key :end-document)
(setf current-values nil)
(lambda () (klacks/nil source))))
More information about the Cxml-cvs
mailing list