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:
cb54705
)
Add missing call to run-deferred-boot-actions.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 3 Dec 2019 00:13:30 +0000
(16:13 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 3 Dec 2019 00:13:54 +0000
(16:13 -0800)
src/runtime/ucd-glue.scm
patch
|
blob
|
history
diff --git
a/src/runtime/ucd-glue.scm
b/src/runtime/ucd-glue.scm
index 940054b0487bd63555046107f4c52cd880ab4c37..0f43ac0b9e96dd4b089a3f56a881a3b73314a3a1 100644
(file)
--- a/
src/runtime/ucd-glue.scm
+++ b/
src/runtime/ucd-glue.scm
@@
-200,4
+200,6
@@
USA.
char-set:gc=symbol:math
char-set:gc=symbol:currency
char-set:gc=symbol:modifier
- char-set:gc=symbol:other))
\ No newline at end of file
+ char-set:gc=symbol:other))
+
+(add-boot-init! (lambda () (run-deferred-boot-actions 'ucd)))
\ No newline at end of file