r4264: Auto commit for Debian build
[hyperobject.git] / views.lisp
index 795f079bc47cdc2a7601e6de99d6cd0afe8b9989..8f0f9b8c2ff377ff205c2011a4bb2e0095140c81 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: views.lisp,v 1.22 2003/03/25 06:45:57 kevin Exp $
+;;;; $Id: views.lisp,v 1.25 2003/03/26 21:03:22 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
        (aif (find category (views obj-class) :key #'category)
             it
             (let ((view
-                   (make-instance 'object-view :object-class-name (class-name obj-class)
+                   (make-instance 'object-view
+                                  :object-class-name (class-name obj-class)
+                                  :object-class obj-class
                                   :category category
                                   :slots slots)))
               (push view (views obj-class))
      (let* ((name (class-name cl))
            (view (make-instance 'object-view :name "automatic"
                                 :object-class-name name
+                                :object-class cl
                                 :category :compact-text)))
        view))
     ((consp view-def)