(default-coded-charset-priority-list): Add `mojikyo'.
authortomo <tomo>
Mon, 24 Feb 2003 11:44:49 +0000 (11:44 +0000)
committertomo <tomo>
Mon, 24 Feb 2003 11:44:49 +0000 (11:44 +0000)
(char-db-coded-charset-priority-list): Likewise.

lisp/utf-2000/mojikyo-conf.el

index 79e8883..4ee6523 100644 (file)
@@ -1,6 +1,6 @@
 ;;; mojikyo-conf.el --- Setting for Mojikyo related coded-charsets
 
-;; Copyright (C) 2001,2002 MORIOKA Tomohiko.
+;; Copyright (C) 2001,2002,2003 MORIOKA Tomohiko.
 
 ;; Author: MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
 ;; Keywords: UTF-2000, ISO/IEC 10646, Unicode, UCS-4, MULE.
 
 ;;; Code:
 
+(unless (memq 'mojikyo default-coded-charset-priority-list)
+  (setq default-coded-charset-priority-list
+       (append default-coded-charset-priority-list
+               '(mojikyo))))
+
 (let ((i 1)
       name)
   (while (<= i 21)
        (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))))
 
 (provide 'mojikyo-conf)