X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=mop.lisp;h=03cb099a3bc36fbe90dd8eacd8996b6e380dd1b1;hb=3e5379739ac86e30f191961b15dd69f3516bf0f0;hp=54f685979f77a2681d69c6766caf1ee29daa3bb1;hpb=2ec170fb14c93a96313863aa47892bf1187503dc;p=hyperobject.git diff --git a/mop.lisp b/mop.lisp index 54f6859..03cb099 100644 --- a/mop.lisp +++ b/mop.lisp @@ -11,7 +11,7 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: mop.lisp,v 1.17 2002/12/26 23:18:16 kevin Exp $ +;;;; $Id: mop.lisp,v 1.26 2003/03/29 13:57:07 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -297,9 +297,10 @@ nil (cdr subobj-def))))) (unless (eq (lookup subobject) t) - (eval `(def-lazy-reader ,(name-class subobject) - ,(name-slot subobject) ,(lookup subobject) - ,@(lookup-keys subobject)))) + (eval + `(hyperobject::def-lazy-reader ,(name-class subobject) + ,(name-slot subobject) ,(lookup subobject) + ,@(lookup-keys subobject)))) (push subobject subobjects)))) subobjects)))