From 41e8bb1dfdd5b3206bd4f6faed689a4dae553547 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 17 Jun 2003 04:56:02 +0000 Subject: [PATCH] r5140: *** empty log message *** --- class-support.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class-support.lisp b/class-support.lisp index 84a4790..7614a15 100644 --- a/class-support.lisp +++ b/class-support.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: class-support.lisp,v 1.13 2003/06/15 07:48:30 kevin Exp $ +;;;; $Id: class-support.lisp,v 1.14 2003/06/17 04:56:02 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. @@ -123,7 +123,7 @@ (defun print-umlsclass (obj &key (stream *standard-output*) (category :compact-text) - (file-wrapper t) (english-only t) (subobjects nil) + (file-wrapper nil) (english-only t) (subobjects nil) (refvars nil) (link-printer nil)) (view obj :stream stream :category category :subobjects subobjects :file-wrapper file-wrapper -- 2.34.1