From: Kevin M. Rosenberg Date: Fri, 25 Apr 2003 05:00:58 +0000 (+0000) Subject: r4632: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~106 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=feb0cbfeea77c0fbb0c4a113177b51af1640acb5 r4632: Auto commit for Debian build --- 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)))