From: Kevin M. Rosenberg Date: Wed, 14 May 2003 06:42:15 +0000 (+0000) Subject: r4928: Auto commit for Debian build X-Git-Tag: v2006ac.2~164 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=02b72135395d540d4e48584b5a1aae0b37552207 r4928: Auto commit for Debian build --- diff --git a/classes.lisp b/classes.lisp index 50c7f60..5ca8dc9 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: classes.lisp,v 1.35 2003/05/14 06:41:20 kevin Exp $ +;;;; $Id: classes.lisp,v 1.36 2003/05/14 06:42:15 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -160,7 +160,7 @@ (defclass usty (umlsclass) ((tui :value-type fixnum :initarg :tui :reader tui :print-formatter fmt-tui :hyperlink find-ucon-tui - :hyperlink-parameters ("subobjects" . "no"))) + :hyperlink-parameters (("subobjects" . "no"))) (sty :value-type string :initarg :sty :reader sty)) (:metaclass hyperobject-class) (:user-name "Semantic Type")