From: Chris Hanson Date: Tue, 3 Dec 2019 00:13:30 +0000 (-0800) Subject: Add missing call to run-deferred-boot-actions. X-Git-Tag: mit-scheme-pucked-10.1.20~10^2~21 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=791aa5cbbaca907402c021dd21c724983af377c3;p=mit-scheme.git Add missing call to run-deferred-boot-actions. --- diff --git a/src/runtime/ucd-glue.scm b/src/runtime/ucd-glue.scm index 940054b04..0f43ac0b9 100644 --- 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