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:
429b298
)
Fixed call to ERROR:WRONG-TYPE-DATUM to pass correct number of
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 5 Sep 1995 21:27:35 +0000
(21:27 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 5 Sep 1995 21:27:35 +0000
(21:27 +0000)
arguments.
v7/src/runtime/usrint.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/usrint.scm
b/v7/src/runtime/usrint.scm
index 9f42d74584bfecfddc74570a290b1f667ae27c94..c1d0e0f13c69b328727c0322026a794596ba2b43 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
4 1995/05/25 18:53:06 ziggy
Exp $
+$Id: usrint.scm,v 1.1
5 1995/09/05 21:27:35 adams
Exp $
Copyright (c) 1991-94 Massachusetts Institute of Technology
@@
-54,7
+54,7
@@
MIT in each case. |#
(string? (cdr prompt)))
(cons (car prompt) (canonicalize-prompt (cdr prompt) " ")))
(else
- (error:wrong-type-datum prompt))))
+ (error:wrong-type-datum prompt
"a string or standard prompt"
))))
(define (write-command-prompt port prompt level)
(port/with-output-terminal-mode port 'COOKED