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:
5239735
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 21 Dec 1993 23:32:46 +0000
(23:32 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 21 Dec 1993 23:32:46 +0000
(23:32 +0000)
v7/src/runtime/uerror.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/uerror.scm
b/v7/src/runtime/uerror.scm
index 3fedc5410cd1ec29c01fc1827b78edfe081febea..ac6bf952dc6a19f0cf00a2aef31368c8879c09d9 100644
(file)
--- a/
v7/src/runtime/uerror.scm
+++ b/
v7/src/runtime/uerror.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: uerror.scm,v 14.3
7 1993/12/17 00:05:57
cph Exp $
+$Id: uerror.scm,v 14.3
8 1993/12/21 23:32:46
cph Exp $
Copyright (c) 1988-93 Massachusetts Institute of Technology
@@
-923,7
+923,7
@@
MIT in each case. |#
'()
(lambda (condition port)
(write-string
- "Object cannot be dumped because it contains an environment:"
+ "Object cannot be dumped because it contains an environment:
"
port)
(write (access-condition condition 'DATUM) port))))