]> git.eshelyaron.com Git - emacs.git/commitdiff
Change short and long names for Ethipic character set.
authorKenichi Handa <handa@m17n.org>
Tue, 18 Mar 1997 23:16:27 +0000 (23:16 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 18 Mar 1997 23:16:27 +0000 (23:16 +0000)
(alternate-charset-table): Change each entry from list to dot pair.

lisp/international/mule-conf.el

index aecefff3b2b8e6a656c40e9dec49e775cad73c0e..883254dba298c471408bb1af2de453d24dbc96b8 100644 (file)
 
 ;; Ethiopic characters (Amahric and Tigrigna).
 (define-charset nil 'ethiopic
-  [2 94 2 0 ?2 0 "Ethio" "Ethio" "Ethiopic characters"])
+  [2 94 2 0 ?3 0 "Ethiopic" "Ethiopic characters" "Ethiopic characters"])
 
 ;; Chinese CNS11643 Plane3 thru Plane7.  Although these are official
 ;; character sets, the use is rare and don't have to be treated
 
 ;; This is a table of alternate charsets.
 (setq alternate-charset-table
-      '((japanese-jisx0208-1978 japanese-jisx0208)
-       (latin-jisx0201 ascii)))
+      '((japanese-jisx0208-1978 japanese-jisx0208)
+       (latin-jisx0201 ascii)))
 
 ;; Tell C code charset ID's of several charsets.
 (setup-special-charsets)