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:
17cb18c
)
Fix typo: accidentally discarded initialization in earlier change.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 29 Apr 2018 05:40:42 +0000
(22:40 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 29 Apr 2018 05:40:42 +0000
(22:40 -0700)
src/runtime/record.scm
patch
|
blob
|
history
diff --git
a/src/runtime/record.scm
b/src/runtime/record.scm
index c0c412e3de4c45f186e267bded0e4b40fd3ef15d..82dcdfd3c86eaae305bf109eddabd94243bf1afd 100644
(file)
--- a/
src/runtime/record.scm
+++ b/
src/runtime/record.scm
@@
-85,7
+85,7
@@
USA.
(named-lambda (%valid-default-init? object)
(or (not object)
(thunk? object))))
-
unspecific
))
+
(%initialize-applicator-context!)
))
(define (initialize-record-procedures!)
(run-deferred-boot-actions 'record-procedures))