From: Kevin M. Rosenberg Date: Wed, 16 Apr 2003 19:20:51 +0000 (+0000) Subject: r4512: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~151 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=32eea1ddb0d1863126d145b77826b620f3d01ab1 r4512: Auto commit for Debian build --- diff --git a/mop.lisp b/mop.lisp index 085408e..7fc7ca5 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.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)))