From 62f3e72ceb86175b8a4b5f8b76db31490ffd7e03 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 7 Nov 2002 06:28:16 +0000 Subject: [PATCH] (tibetan): Fix :code-space property. (tibetan-1-column): Delete :superset property, add :code-offset property. --- lisp/international/mule-conf.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 3430be4417a..83be82695f9 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -870,7 +870,7 @@ :iso-final-char ?7 :emacs-mule-id 252 :unify-map "tibetan" - :code-space [33 126 33 126] + :code-space [33 126 33 37] :code-offset #x190000) (define-charset 'tibetan-1-column @@ -880,7 +880,7 @@ :iso-final-char ?8 :emacs-mule-id 241 :code-space [33 126 33 37] - :superset '(tibetan)) + :code-offset #x190000) ;; Subsets of Unicode. (define-charset 'mule-unicode-2500-33ff -- 2.39.5