X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=no-mop-example.lisp;h=414acf1529b9be13b9449890b155540291c893d9;hb=52b71f23b37b79d9f23bd1ab1d8b39e42c7c18d9;hp=c120c21247fa4482d29c77b22434f709e61d7ac7;hpb=4bd7e3fad38f122bc3e1d93d523670fa124c73f0;p=hyperobject.git diff --git a/no-mop-example.lisp b/no-mop-example.lisp index c120c21..414acf1 100644 --- a/no-mop-example.lisp +++ b/no-mop-example.lisp @@ -11,13 +11,13 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: no-mop-example.lisp,v 1.1 2002/11/22 15:45:06 kevin Exp $ +;;;; $Id: no-mop-example.lisp,v 1.2 2002/11/22 19:48:49 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* -(in-package :hyperobject-user) +(in-package :hyperobject-no-mop-user) (define-hyperobject person () ((first-name :type string :reference find-person-by-last-name)