[cxml-cvs] CVS cxml/runes
dlichteblau
dlichteblau at common-lisp.net
Sat May 26 21:55:59 UTC 2007
Update of /project/cxml/cvsroot/cxml/runes
In directory clnet:/tmp/cvs-serv28676/runes
Modified Files:
utf8.lisp
Log Message:
runes.asd
neues release
--- /project/cxml/cvsroot/cxml/runes/utf8.lisp 2005/12/27 20:01:16 1.2
+++ /project/cxml/cvsroot/cxml/runes/utf8.lisp 2007/05/26 21:55:58 1.3
@@ -29,7 +29,7 @@
(defun rod-reader (stream subchar arg)
(runes::rod-string (runes::rod-reader stream subchar arg)))
-(setf cxml-system::*utf8-runes-readtable*
+(setf runes-system:*utf8-runes-readtable*
(let ((rt (copy-readtable)))
(set-dispatch-macro-character #\# #\/ 'rune-reader rt)
(set-dispatch-macro-character #\# #\" 'rod-reader rt)
More information about the Cxml-cvs
mailing list