From 474532fc16c4c5be46cf477a32d392c9debfb575 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 2 Sep 1992 02:56:36 +0000 Subject: [PATCH] Load PRINT library using new procedure LOAD-EDWIN-LIBRARY. --- v7/src/6001/edextra.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/6001/edextra.scm b/v7/src/6001/edextra.scm index c0070aed6..75408e507 100644 --- a/v7/src/6001/edextra.scm +++ b/v7/src/6001/edextra.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/edextra.scm,v 1.3 1992/09/02 02:20:57 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/edextra.scm,v 1.4 1992/09/02 02:56:36 cph Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -36,7 +36,7 @@ MIT in each case. |# (declare (usual-integrations)) -((ref-command load-library) 'print false) +(load-edwin-library 'PRINT) (define-command print-graphics "Print out the last displayed picture." -- 2.25.1