(=>>hanyo-denshi/ft): New coded-charset for XEmacs CHISE.
authortomo <tomo>
Mon, 14 Feb 2011 22:26:22 +0000 (22:26 +0000)
committertomo <tomo>
Mon, 14 Feb 2011 22:26:22 +0000 (22:26 +0000)
lisp/mule/mule-conf.el

index 74a09b4..37798ea 100644 (file)
               min-code    ,(+ (lsh #x6400 16) (* 94 94 6))
               max-code    ,(+ (lsh #x6400 16) (1- (* 94 94 7)))
               code-offset ,(+ (lsh #x6400 16) (* 94 94 6))))
+
+  (make-charset
+   '=>>hanyo-denshi/ft
+   "Han'you-Denshi/FT abstract glyphs"
+   '(long-name "Han'you-Denshi/FT"
+              chars 94
+              dimension 2
+              columns 2
+              graphic 2
+              direction l2r
+              registry "HanyoDenshi\\.FT-0$"
+              mother =hanyo-denshi/ft))
   )
 
 ;;; mule-conf.el ends here