emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/language/european.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/language/european.el,v
Date: Mon, 19 Feb 2007 01:55:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   07/02/19 01:55:12

Index: european.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/language/european.el,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- european.el 21 Jan 2007 03:53:10 -0000      1.98
+++ european.el 19 Feb 2007 01:55:12 -0000      1.99
@@ -486,6 +486,19 @@
            (documentation . "Support for Brazilian Portuguese."))
  '("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"))
+
+
 ;; Definitions for the Mac Roman character sets and coding system.
 ;; The Mac Roman encoding uses all 128 code points in the range 128 to
 ;; 255 for actual characters.  Emacs decodes them to one of the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]