ohne prefix haben wir beim namespace-processing aber trotzdem einen lname

This commit is contained in:
dlichteblau
2005-12-04 22:18:33 +00:00
parent 0ef0e0be0f
commit 7a9568b320
5 changed files with 32 additions and 42 deletions

View File

@ -132,7 +132,8 @@
(etypecase x
(null x)
(rod x)
(string (string-rod x))))
(string (string-rod x))
(vector x)))
(defun assert-writeable (node)
(when (read-only-p node)