ohne prefix haben wir beim namespace-processing aber trotzdem einen lname
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user