From 32eea1ddb0d1863126d145b77826b620f3d01ab1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 16 Apr 2003 19:20:51 +0000 Subject: [PATCH 1/1] r4512: Auto commit for Debian build --- mop.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))) -- 2.34.1