Since we're handling initialization and the result of this wrapper is a
real (sub)class, we need this to be #f. svn: r18544
This commit is contained in:
parent
bf56a108fe
commit
5145638ac5
|
@ -2680,7 +2680,7 @@
|
|||
|
||||
(class-orig-cls cls)
|
||||
#f #f ; serializer is never set
|
||||
(class-no-super-init? cls))]
|
||||
#f)]
|
||||
[obj-name (if name
|
||||
(string->symbol (format "object:~a" name))
|
||||
'object)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user