chiark / gitweb /
src/classes.lisp: Fix `print-object' on `sod-initializer'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 Jan 2016 17:50:13 +0000 (17:50 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000 (14:40 +0100)
commit882412cf540eead2c7339273c47bc16822cc79db
treeebddc691cdd9095c3815006820ab170ce39743e9
parent32f9ec0f9e8f5f5c5cef7f41c9d4609c20a47eb3
src/classes.lisp: Fix `print-object' on `sod-initializer'.

Would have recursed forever.

Also use `with-slots' to make the whole thing rather shorter: I think
it's allowed here.
src/classes.lisp