aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'rc.c')
-rw-r--r--rc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/rc.c b/rc.c
index 9355783..6a1e3b3 100644
--- a/rc.c
+++ b/rc.c
@@ -1,4 +1,4 @@
-/* $Id: rc.c,v 1.30 2002/01/16 15:37:07 ukai Exp $ */
+/* $Id: rc.c,v 1.31 2002/01/16 16:49:54 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -1124,6 +1124,9 @@ sync_with_option(void)
#ifdef USE_EXTERNAL_URI_LOADER
initURIMethods();
#endif
+#ifdef USE_MIGEMO
+ init_migemo();
+#endif
if (AcceptLang == NULL || *AcceptLang == '\0') {
#if LANG == JA