diff options
author | Kenichi Handa <handa@m17n.org> | 2008-08-19 07:49:51 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2008-08-19 07:49:51 +0000 |
commit | ae67001c1b5a9188258b3d95a7442cd9e9e34fe0 (patch) | |
tree | 45c333cd8bbf5818786ecf09f21f620ac7dd60fd /lisp/language | |
parent | c57ca7ba66768e930a4ea1b427276c895e1750f6 (diff) | |
download | emacs-ae67001c1b5a9188258b3d95a7442cd9e9e34fe0.tar.gz |
("Esperanto"): Change the preferred charsets to iso-8859-3.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/european.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el index 0fc5e0554dd..b32d5f9ee31 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -282,7 +282,7 @@ Latin-9 is sometimes nicknamed `Latin-0'.")) (set-language-info-alist "Esperanto" '((tutorial . "TUTORIAL.eo") - (charset ascii latin-iso8859-3) + (charset iso-8859-3) (coding-system iso-latin-3) (coding-priority iso-latin-3) (nonascii-translation . latin-iso8859-3) |