diff --git a/utf8.lisp b/utf8.lisp index 48e4183..5aef7f1 100644 --- a/utf8.lisp +++ b/utf8.lisp @@ -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)