Fix think-o.
authorChris Hanson <org/chris-hanson/cph>
Wed, 25 Jun 1997 04:02:57 +0000 (04:02 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 25 Jun 1997 04:02:57 +0000 (04:02 +0000)
v7/src/sos/sos.pkg

index 41118eb8887b1f6932a7bbab289e3b3369d0cf6a..6b2c9a87bc4f1bcaf34ed0c7065565a2bd303e79 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: sos.pkg,v 1.6 1997/06/25 03:43:03 cph Exp $
+$Id: sos.pkg,v 1.7 1997/06/25 04:02:57 cph Exp $
 
 Copyright (c) 1995-97 Massachusetts Institute of Technology
 
@@ -65,7 +65,6 @@ MIT in each case. |#
   (export (sos class)
          canonicalize-slot-argument
          compute-slot-descriptor
-         error:no-such-slot
          install-slot-accessor-methods)
   (import (runtime record-slot-access)
          error:no-such-slot))
@@ -124,7 +123,9 @@ MIT in each case. |#
          object-class
          record-class
          record-type-class
-         subclass?))
+         subclass?)
+  (import (runtime record-slot-access)
+         error:no-such-slot))
 
 (define-package (sos instance)
   (files "instance")