From 3707930a784becd2b1cff2a09e627fb62aeb2211 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 16 Jun 1999 05:17:49 +0000 Subject: [PATCH] Specify `columns' of the charset `thai-xtis' is 1. --- lisp/mule/thai-xtis.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mule/thai-xtis.el b/lisp/mule/thai-xtis.el index 1fe6b88..2b16c2b 100644 --- a/lisp/mule/thai-xtis.el +++ b/lisp/mule/thai-xtis.el @@ -36,8 +36,9 @@ (when (featurep 'xemacs) (make-charset 'thai-xtis "Precomposed Thai (XTIS by Virach)." - '(registry "xtis-0$" + '(registry "xtis-0" dimension 2 + columns 1 chars 94 final ?? graphic 0)) -- 1.7.10.4