changeset 23048:fd2d1a752d93

Give proper value of `input-method' key to all lang. env.
author Kenichi Handa <handa@m17n.org>
date Tue, 18 Aug 1998 00:43:52 +0000
parents fc5f85abc044
children 82a27d5b4582
files lisp/language/european.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/european.el	Mon Aug 17 07:04:41 1998 +0000
+++ b/lisp/language/european.el	Tue Aug 18 00:43:52 1998 +0000
@@ -62,6 +62,7 @@
 	     (nonascii-translation . latin-iso8859-1)
 	     (unibyte-syntax . "latin-1")
 	     (unibyte-display . iso-latin-1)
+	     (input-method "latin-1-prefix")
 	     (sample-text
 	      . "Hello, Hej, Tere, Hei, Bonjour, Gr,A|_(B Gott, Ciao, ,A!(BHola!")
 	     (documentation . "\
@@ -96,6 +97,7 @@
 	     (nonascii-translation . latin-iso8859-2)
 	     (unibyte-syntax . "latin-2")
 	     (unibyte-display . iso-latin-2)
+	     (input-method "latin-2-prefix")
 	     (documentation . "\
 These languages are supported with the Latin-2 (ISO-8859-2) character set:
  Albanian, Czech, English, German, Hungarian, Polish, Romanian,
@@ -129,6 +131,7 @@
 	     (nonascii-translation . latin-iso8859-3)
 	     (unibyte-syntax . "latin-3")
 	     (unibyte-display . iso-latin-3)
+	     (input-method "latin-3-prefix")
 	     (documentation . "\
 These languages are supported with the Latin-3 (ISO-8859-3) character set:
  Afrikaans, Catalan, Dutch, English, Esperanto, French, Galician,
@@ -161,6 +164,7 @@
 	     (nonascii-translation . latin-iso8859-4)
 	     (unibyte-syntax . "latin-4")
 	     (unibyte-display . iso-8859-4)
+	     (input-method "latin-4-prefix")
 	     (documentation . "\
 These languages are supported with the Latin-4 (ISO-8859-4) character set:
  Danish, English, Estonian, Finnish, German, Greenlandic, Lappish,
@@ -193,6 +197,7 @@
 	     (nonascii-translation . latin-iso8859-9)
 	     (unibyte-syntax . "latin-5")
 	     (unibyte-display . iso-latin-5)
+	     (input-method "latin-5-prefix")
 	     (documentation . "\
 These languages are supported with the Latin-5 (ISO-8859-9) character set."))
  '("European"))