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:
1db6daa
)
Change ";No value" to ";No useful value" per discussion with Meyer.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 4 Nov 1994 20:06:03 +0000
(20:06 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 4 Nov 1994 20:06:03 +0000
(20:06 +0000)
v7/src/runtime/usrint.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/usrint.scm
b/v7/src/runtime/usrint.scm
index ff0fbc32e9a46644d9c4975340be8a4bb7feb03a..25e333a1d8cfd86e88abeb9f94b3a75aed70dbf5 100644
(file)
--- a/
v7/src/runtime/usrint.scm
+++ b/
v7/src/runtime/usrint.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: usrint.scm,v 1.1
2 1994/08/15 20:08:31
cph Exp $
+$Id: usrint.scm,v 1.1
3 1994/11/04 20:06:03
cph Exp $
Copyright (c) 1991-94 Massachusetts Institute of Technology
@@
-233,7
+233,7
@@
MIT in each case. |#
(write-string ";" port)
(if (and write-result:undefined-value-is-special?
(undefined-value? object))
- (write-string "No value" port)
+ (write-string "No
useful
value" port)
(begin
(write-string "Value" port)
(if hash-number