From 22ccf40b7498416c3f6ded8237e1258575c632f2 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 8 Apr 1999 16:44:02 +0000 Subject: [PATCH] Change font registry name from "Thai94x94-0" to "xtis-0". Change mnemonic of coding-system `tis-620' to "TIS620". --- lisp/mule/thai-xtis.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mule/thai-xtis.el b/lisp/mule/thai-xtis.el index ba4da1d..1fe6b88 100644 --- a/lisp/mule/thai-xtis.el +++ b/lisp/mule/thai-xtis.el @@ -36,7 +36,7 @@ (when (featurep 'xemacs) (make-charset 'thai-xtis "Precomposed Thai (XTIS by Virach)." - '(registry "Thai94x94-0$" + '(registry "xtis-0$" dimension 2 chars 94 final ?? @@ -277,7 +277,7 @@ (make-coding-system 'tis-620 'ccl "external=tis620, internal=thai-xtis" - `(mnemonic "Thai-XTIS" + `(mnemonic "TIS620" decode ,ccl-decode-thai-xtis encode ,ccl-encode-thai-xtis)) (make-coding-system -- 1.7.10.4