2009/7/28 Ville Voutilainen ville.voutilainen@gmail.com:
That seems to be because there's an :initarg nil in the defclass. The class is (defclass class-14 () ((s1 :initarg nil :reader s1)))
Is this done in order to prevent initializing s1 with an initarg?