aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-11-07 06:28:16 +0000
committerKenichi Handa2002-11-07 06:28:16 +0000
commit62f3e72ceb86175b8a4b5f8b76db31490ffd7e03 (patch)
treeb12bc9c39c3d47106bcfc8d88541097d3224180c
parentcdfc5141c979e600cb76fece648c06e07f7a995a (diff)
downloademacs-62f3e72ceb86175b8a4b5f8b76db31490ffd7e03.tar.gz
emacs-62f3e72ceb86175b8a4b5f8b76db31490ffd7e03.zip
(tibetan): Fix :code-space property.
(tibetan-1-column): Delete :superset property, add :code-offset property.
-rw-r--r--lisp/international/mule-conf.el4
1 files 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 @@
870 :iso-final-char ?7 870 :iso-final-char ?7
871 :emacs-mule-id 252 871 :emacs-mule-id 252
872 :unify-map "tibetan" 872 :unify-map "tibetan"
873 :code-space [33 126 33 126] 873 :code-space [33 126 33 37]
874 :code-offset #x190000) 874 :code-offset #x190000)
875 875
876(define-charset 'tibetan-1-column 876(define-charset 'tibetan-1-column
@@ -880,7 +880,7 @@
880 :iso-final-char ?8 880 :iso-final-char ?8
881 :emacs-mule-id 241 881 :emacs-mule-id 241
882 :code-space [33 126 33 37] 882 :code-space [33 126 33 37]
883 :superset '(tibetan)) 883 :code-offset #x190000)
884 884
885;; Subsets of Unicode. 885;; Subsets of Unicode.
886(define-charset 'mule-unicode-2500-33ff 886(define-charset 'mule-unicode-2500-33ff