X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=3b04a3b20596b4a338d9f67512ff58aae567378d;hb=2060170d0e70f0645f0ba5c61fbe90cd8a9f4ab7;hp=795f079bc47cdc2a7601e6de99d6cd0afe8b9989;hpb=274b6261ede4af1d6c11d702a53574d5bd1f1b40;p=hyperobject.git diff --git a/views.lisp b/views.lisp index 795f079..3b04a3b 100644 --- a/views.lisp +++ b/views.lisp @@ -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.23 2003/03/25 14:34:46 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -137,6 +137,7 @@ (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)