summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-03-18 23:16:27 +0000
committerKenichi Handa <handa@m17n.org>1997-03-18 23:16:27 +0000
commite11a118c27ae576f8eb2480c8ffe642ffed0c4f5 (patch)
tree32c8fe51992e101aba47e8a84104843b8368577a /lisp
parent318e4f5ff18c8970c7556671ed1a893ea6ac7311 (diff)
downloademacs-e11a118c27ae576f8eb2480c8ffe642ffed0c4f5.tar.gz
Change short and long names for Ethipic character set.
(alternate-charset-table): Change each entry from list to dot pair.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule-conf.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index aecefff3b2b..883254dba29 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -138,7 +138,7 @@
;; 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
@@ -188,8 +188,8 @@
;; 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)