X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=mop.lisp;h=9925c0f99fcd704acd874b26cc6c1685a5d34fcb;hb=feb0cbfeea77c0fbb0c4a113177b51af1640acb5;hp=49c6d9789cc2da19d6644969a87391e2a9c81844;hpb=ab662b1b37a8b859b607bee29ae4bdbc0075228e;p=hyperobject.git diff --git a/mop.lisp b/mop.lisp index 49c6d97..9925c0f 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.62 2003/04/25 04:53:52 kevin Exp $ +;;;; $Id: mop.lisp,v 1.63 2003/04/25 05:00:58 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -87,6 +87,7 @@ (lookup ;; The type specifier seems to break sbcl ;; :type (or function symbol) + :type t :initform nil :initarg :lookup :reader lookup) (link-parameters :type list :initform nil :initarg :link-parameters :reader link-parameters)))