diff options
author | Miles Bader <miles@gnu.org> | 2007-02-26 23:03:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-02-26 23:03:45 +0000 |
commit | a73d7753f965734247be482efa125da5235996da (patch) | |
tree | 56af26fb1a12a2c93c146aac923947968c4c9d76 /lisp/language/european.el | |
parent | 55a5664de23c07003d4d2584fc065619609500b6 (diff) | |
parent | f6f3d0b9133d06b29523c7bc744130cddc5c8d6b (diff) | |
download | emacs-a73d7753f965734247be482efa125da5235996da.tar.gz emacs-a73d7753f965734247be482efa125da5235996da.tar.bz2 emacs-a73d7753f965734247be482efa125da5235996da.zip |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 638-652)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 202)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
Diffstat (limited to 'lisp/language/european.el')
-rw-r--r-- | lisp/language/european.el | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el index b7532eb1a47..400bbe829c0 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -281,6 +281,19 @@ character set which supports the same languages as Latin-1 with the addition of the Euro sign and some additional French and Finnish letters. Latin-9 is sometimes nicknamed `Latin-0'.")) '("European")) + +(set-language-info-alist + "Esperanto" '((tutorial . "TUTORIAL.eo") + (charset ascii latin-iso8859-3) + (coding-system iso-latin-3) + (coding-priority iso-latin-3) + (nonascii-translation . latin-iso8859-3) + (unibyte-syntax . "latin-3") + (unibyte-display . iso-latin-3) + (input-method . "latin-3-prefix") + (documentation . "Support for Esperanto with ISO-8859-3 character set.")) + '("European")) + (define-coding-system 'windows-1250 "windows-1250 (Central European) encoding (MIME: WINDOWS-1250)" |