From: Kevin M. Rosenberg Date: Tue, 17 Jun 2003 04:56:02 +0000 (+0000) Subject: r5140: *** empty log message *** X-Git-Tag: v2006ac.2~137 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=41e8bb1dfdd5b3206bd4f6faed689a4dae553547 r5140: *** empty log message *** --- 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