Set up `char-db-coded-charset-priority-list' after "char-db-util" is
authortomo <tomo>
Mon, 24 Feb 2003 12:26:02 +0000 (12:26 +0000)
committertomo <tomo>
Mon, 24 Feb 2003 12:26:02 +0000 (12:26 +0000)
loaded.

lisp/utf-2000/mojikyo-conf.el

index 4ee6523..63615ce 100644 (file)
        (append default-coded-charset-priority-list
                '(mojikyo-2022-1))))
 
-(unless (memq 'mojikyo char-db-coded-charset-priority-list)
-  (setq char-db-coded-charset-priority-list
-       (append char-db-coded-charset-priority-list
-               '(mojikyo))))
+(eval-after-load "char-db-util"
+  '(unless (memq 'mojikyo char-db-coded-charset-priority-list)
+     (setq char-db-coded-charset-priority-list
+          (append char-db-coded-charset-priority-list
+                  '(mojikyo)))))
 
 (provide 'mojikyo-conf)