From: Chris Hanson Date: Wed, 2 Sep 1992 02:56:36 +0000 (+0000) Subject: Load PRINT library using new procedure LOAD-EDWIN-LIBRARY. X-Git-Tag: 20090517-FFI~9012 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=474532fc16c4c5be46cf477a32d392c9debfb575;p=mit-scheme.git Load PRINT library using new procedure LOAD-EDWIN-LIBRARY. --- 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."