0.pre8.113:
authorKevin Rosenberg <kevin@rosenberg.net>
Sun, 27 Apr 2003 20:56:01 +0000 (20:56 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Sun, 27 Apr 2003 20:56:01 +0000 (20:56 +0000)
      * src/pcl/slots.lisp: change return value of slot-makunbound-using-class
      to OBJECT rather than NIL to conform to AMOP

src/pcl/slots.lisp
version.lisp-expr

index e7c1d86..786ce4b 100644 (file)
        (error "~@<The slot ~S has neither :INSTANCE nor :CLASS allocation, ~
               so it can't be written by the default ~S method.~@:>"
              slotd 'slot-makunbound-using-class))))
-  nil)
+  object)
 
 (defmethod slot-value-using-class
     ((class structure-class)
index dd481f2..bd4502f 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.pre8.112"
+"0.pre8.113"