projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1baa823
)
Make sure printing library is loaded for this code.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 2 Sep 1992 02:20:57 +0000
(
02:20
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 2 Sep 1992 02:20:57 +0000
(
02:20
+0000)
v7/src/6001/edextra.scm
patch
|
blob
|
history
diff --git
a/v7/src/6001/edextra.scm
b/v7/src/6001/edextra.scm
index f6679dc08a30577975e9cbed1491fc6232f0c756..c0070aed6f944140c7d04e59cff2126df175758c 100644
(file)
--- 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."
'()