r4632: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 25 Apr 2003 05:00:58 +0000 (05:00 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 25 Apr 2003 05:00:58 +0000 (05:00 +0000)
mop.lisp

index 49c6d9789cc2da19d6644969a87391e2a9c81844..9925c0f99fcd704acd874b26cc6c1685a5d34fcb 100644 (file)
--- 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)))