fixed the slot-presentations so that changes to an edit in progress are properly...
[clinton/lisp-on-lines.git] / src / meta-model.lisp
index a0c842a..58b3fd4 100644 (file)
     (when (equal (getf (cdr s) :home-key) slot)
       (let ((val (slot-value model (car s))))
       (return-from explode-foreign-key 
-       (values (if val val (make-instance (getf (cdr s) :join-class))) (getf (cdr s) :foreign-key)))))))
+       (values (if val val (make-instance (getf (cdr s) :join-class))) 
+               (getf (cdr s) :foreign-key)))))))
 
 (defun find-join-helper (foreign-key)
   (lambda (class slot)