r4512: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 16 Apr 2003 19:20:51 +0000 (19:20 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 16 Apr 2003 19:20:51 +0000 (19:20 +0000)
mop.lisp

index 085408e36699cd3d025298d165dd890fb667ffa6..7fc7ca56d5233b62fe98abacb8e27102910edd03 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.52 2003/04/15 05:18:22 kevin Exp $
+;;;; $Id: mop.lisp,v 1.53 2003/04/16 19:20:51 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
@@ -84,7 +84,7 @@
 
 (defclass hyperlink ()
   ((name :type symbol :initform nil :initarg :name :reader name)
-   (lookup :type function :initform nil :initarg :lookup :reader lookup)
+   (lookup :type (or function symbol) :initform nil :initarg :lookup :reader lookup)
    (link-parameters :type list :initform nil :initarg :link-parameters
                    :reader link-parameters)))