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:
95b4708
)
Fix thinko.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 25 Sep 2001 05:11:31 +0000
(
05:11
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 25 Sep 2001 05:11:31 +0000
(
05:11
+0000)
v7/src/runtime/packag.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/packag.scm
b/v7/src/runtime/packag.scm
index 321986f808d443a6226422f640cd80cafbd30767..285fab0b0b2827482da27d778edd80eec72dc0d1 100644
(file)
--- a/
v7/src/runtime/packag.scm
+++ b/
v7/src/runtime/packag.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: packag.scm,v 14.3
4 2001/08/20 21:02:13
cph Exp $
+$Id: packag.scm,v 14.3
5 2001/09/25 05:11:31
cph Exp $
Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology
@@
-457,7
+457,7
@@
USA.
(if (pair? file-case)
(let ((option (lookup-option (car file-case) options)))
(if (not option)
- (error "Missing key:"
key
))
+ (error "Missing key:"
(car file-case)
))
(let ((clauses (cdr file-case)))
(let ((n (vector-length clauses)))
(do ((i 0 (fix:+ i 1)))