r4926: Auto commit for Debian build
[hyperobject.git] / metaclass.lisp
index f4db4dd1c0e089b337b0fa275beee303e555b861..321a4b0f6eded131ab403ef05cfcf22203bab95d 100644 (file)
@@ -8,10 +8,9 @@
 ;;;; Date Started:  Apr 2000
 ;;;;
 ;;;;
-;;;; $Id: metaclass.lisp,v 1.5 2002/12/13 19:40:50 kevin Exp $
-;;;;
-;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
+;;;; $Id: metaclass.lisp,v 1.7 2003/05/14 05:29:48 kevin Exp $
 ;;;;
+;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg
 ;;;; *************************************************************************
  
 (in-package :hyperobject)
@@ -27,7 +26,8 @@
 (defparameter *slot-options*
   '(:value-type :print-formatter :description :user-name
     :subobject :hyperlink :hyperlink-parameters
-    :index :inverse :unique :sql-name :null-allowed
+    :index :inverse :unique :sql-name :null-allowed :stored
+    :input-filter :unbound-lookup
     :value-constraint :nil-text)
   "Slot options that can appear as an initarg")
 (defparameter *slot-options-no-initarg*