Renamed fill-gaps-only to fill-gaps-only-p, and added the :fill-gaps-only-p initarg...
[clinton/lisp-on-lines.git] / src / meta-model.lisp
index 8705a68..2fbe4b5 100644 (file)
@@ -55,6 +55,9 @@
   (class-name (class-of (meta-model.instance model))))
 
 (defmethod view-class-metadata ((model t))
   (class-name (class-of (meta-model.instance model))))
 
 (defmethod view-class-metadata ((model t))
+  "
+This is what meta-model.metadata used to be called,
+most of the below functions expect this method to exist"
   (meta-model.metadata model))
 
 (defun list-item-helper (type view &key (ret-fun #'car))
   (meta-model.metadata model))
 
 (defun list-item-helper (type view &key (ret-fun #'car))