diff options
| author | Kenichi Handa | 2008-08-19 07:49:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-08-19 07:49:51 +0000 |
| commit | ae67001c1b5a9188258b3d95a7442cd9e9e34fe0 (patch) | |
| tree | 45c333cd8bbf5818786ecf09f21f620ac7dd60fd | |
| parent | c57ca7ba66768e930a4ea1b427276c895e1750f6 (diff) | |
| download | emacs-ae67001c1b5a9188258b3d95a7442cd9e9e34fe0.tar.gz emacs-ae67001c1b5a9188258b3d95a7442cd9e9e34fe0.zip | |
("Esperanto"): Change the preferred charsets to iso-8859-3.
| -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'.")) | |||
| 282 | 282 | ||
| 283 | (set-language-info-alist | 283 | (set-language-info-alist |
| 284 | "Esperanto" '((tutorial . "TUTORIAL.eo") | 284 | "Esperanto" '((tutorial . "TUTORIAL.eo") |
| 285 | (charset ascii latin-iso8859-3) | 285 | (charset iso-8859-3) |
| 286 | (coding-system iso-latin-3) | 286 | (coding-system iso-latin-3) |
| 287 | (coding-priority iso-latin-3) | 287 | (coding-priority iso-latin-3) |
| 288 | (nonascii-translation . latin-iso8859-3) | 288 | (nonascii-translation . latin-iso8859-3) |