# HG changeset patch # User Kenichi Handa # Date 858726987 0 # Node ID 12e0db4fd511a0885428161c1fb4fe2ea738bddd # Parent 3e54eb2d2a5780f367b6c4d10b4e693e1c23d006 Change short and long names for Ethipic character set. (alternate-charset-table): Change each entry from list to dot pair. diff -r 3e54eb2d2a57 -r 12e0db4fd511 lisp/international/mule-conf.el --- a/lisp/international/mule-conf.el Tue Mar 18 23:16:27 1997 +0000 +++ b/lisp/international/mule-conf.el Tue Mar 18 23:16:27 1997 +0000 @@ -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)