Add missing call to run-deferred-boot-actions.
authorChris Hanson <org/chris-hanson/cph>
Tue, 3 Dec 2019 00:13:30 +0000 (16:13 -0800)
committerChris Hanson <org/chris-hanson/cph>
Tue, 3 Dec 2019 00:13:54 +0000 (16:13 -0800)
src/runtime/ucd-glue.scm

index 940054b0487bd63555046107f4c52cd880ab4c37..0f43ac0b9e96dd4b089a3f56a881a3b73314a3a1 100644 (file)
@@ -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