(=>>jis-x0208): New coded-charset for XEmacs CHISE.
authortomo <tomo>
Tue, 1 Sep 2009 07:42:58 +0000 (07:42 +0000)
committertomo <tomo>
Tue, 1 Sep 2009 07:42:58 +0000 (07:42 +0000)
(=>jis-x0208): Use `=>>jis-x0208' as the mother.

lisp/mule/mule-conf.el

index b615ac4..a9ade45 100644 (file)
   (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990)
 
   (make-charset
+   '=>>jis-x0208
+   "JIS X 0208 abstract glyphs (unchanged part)."
+   '(registry "jisx0208\\.1990"
+             dimension 2
+             chars 94
+             mother =jis-x0208
+             =>iso-ir 168
+             ;; final ?B
+             graphic 0))
+
+  (make-charset
    '=>>jis-x0213-1
    "JIS X 0213 Plain 1 abstract glyphs (unchanged part)"
    '(registry "jisx0213\\(\\.[0-9]+\\)?-1"
    '(registry "jisx0208\\.1990"
              dimension 2
              chars 94
-             mother =jis-x0208
+             mother =>>jis-x0208
              =>iso-ir 168
              ;; final ?B
              graphic 0))