From 87e47dd67949ba2d7e8e95912517d7d6366a303c Mon Sep 17 00:00:00 2001 From: Drew Crampsie Date: Wed, 1 Feb 2006 22:56:32 -0800 Subject: [PATCH] fix all the definitions affected by defdisplay refactoring darcs-hash:20060202065632-5417e-3f875aa7db1e67d57b41a65862ee59ccacb4354f.gz --- src/relational-attributes.lisp | 4 +- src/standard-attributes.lisp | 6 +- src/standard-display.lisp | 433 +++++++++++++-------------------- src/standard-wrappers.lisp | 6 +- 4 files changed, 172 insertions(+), 277 deletions(-) rewrite src/standard-display.lisp (60%) diff --git a/src/relational-attributes.lisp b/src/relational-attributes.lisp index 89a22c0..75d04f8 100644 --- a/src/relational-attributes.lisp +++ b/src/relational-attributes.lisp @@ -11,7 +11,7 @@ :sort-arguments (list #'< :key #'(lambda (x) (funcall (car (list-keys x)) x))))) -(defdisplay (:description (attribute has-many)) +(defdisplay object (:description (attribute has-many)) ; (