(=hanziku-*): Renamed from `ideograph-hanziku-*'.
authortomo <tomo>
Fri, 28 Feb 2003 19:37:30 +0000 (19:37 +0000)
committertomo <tomo>
Fri, 28 Feb 2003 19:37:30 +0000 (19:37 +0000)
(ideograph-hanziku-*): Changed to an alias for `=hanziku-*'.

lisp/mule/mule-conf.el

index a2929ec..7b6bb48 100644 (file)
         (hzk-max (+ hzk-min 65535)))
     (while (<= i 12)
       (make-charset
-       (intern (format "ideograph-hanziku-%d" i))
+       (intern (format "=hanziku-%d" i))
        (format "HANZIKU-%d" i)
        `(long-name ,(format "HANZIKU (pseudo BIG5 encoding) part %d" i)
                   chars 256
                   min-code ,hzk-min
                   max-code ,hzk-max
                   code-offset ,hzk-min))
+      (define-charset-alias
+       (intern (format "ideograph-hanziku-%d" i))
+       (intern (format "=hanziku-%d" i)))
       (setq hzk-min (1+ hzk-max)
            hzk-max (+ hzk-min 65535))
       (setq i (1+ i))))