From 19510ad5c9229a407984f1f1f28cd3c3e9d352e8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 2 Sep 1992 02:20:57 +0000 Subject: [PATCH] Make sure printing library is loaded for this code. --- v7/src/6001/edextra.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/6001/edextra.scm b/v7/src/6001/edextra.scm index f6679dc08..c0070aed6 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.2 1992/09/02 02:04:51 cph Exp $ +$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 $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -36,6 +36,8 @@ MIT in each case. |# (declare (usual-integrations)) +((ref-command load-library) 'print false) + (define-command print-graphics "Print out the last displayed picture." '() -- 2.25.1