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:
b22c278
)
Fix think-o in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 7 Mar 1995 02:19:20 +0000
(
02:19
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 7 Mar 1995 02:19:20 +0000
(
02:19
+0000)
v7/src/runtime/stream.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/stream.scm
b/v7/src/runtime/stream.scm
index ecf1c67bbe986524f6e1e1b1b0ff4626c704ea67..954fac85698e9f0820aec6aa607d0fe59f46efdc 100644
(file)
--- a/
v7/src/runtime/stream.scm
+++ b/
v7/src/runtime/stream.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: stream.scm,v 14.
8 1995/03/06 23:29:41
cph Exp $
+$Id: stream.scm,v 14.
9 1995/03/07 02:19:20
cph Exp $
Copyright (c) 1988-95 Massachusetts Institute of Technology
@@
-220,7
+220,7
@@
MIT in each case. |#
(begin
(write-char leader port)
(write (car stream*) port)
- (loop (force (cdr stream*))))
+ (loop (force (cdr stream*))
#\space
))
(begin
(if (not (null? stream*))
(error:wrong-type-argument stream "stream" 'STREAM-WRITE))