]> code.delx.au - gnu-emacs/commitdiff
("Latin-6"): Fix input-method.
authorKenichi Handa <handa@m17n.org>
Wed, 19 Mar 2003 11:11:50 +0000 (11:11 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 19 Mar 2003 11:11:50 +0000 (11:11 +0000)
("Latin-7"): Fix input-method.

lisp/language/european.el

index 69c3587c9816cfc410628fd71b3cdb23a67403ef..7c8d728523c9f9824eda971b348bf9d01cd978f2 100644 (file)
@@ -381,8 +381,7 @@ and it selects the Spanish tutorial."))
  "Latin-6" `((coding-system latin-6)
             (coding-priority latin-6)
             (nonascii-translation . ,(get 'decode-iso-latin-6 'translation-table))
-            (input-method . latin-pre)
-            (input-method . latin-pre)
+            (input-method . "latin-prefix")
             (features code-pages)
             (documentation . "Support for Latin-6."))
  '("European"))
@@ -392,7 +391,7 @@ and it selects the Spanish tutorial."))
             (coding-priority latin-7)
             (nonascii-translation . ,(get 'decode-iso-latin-7
                                           'translation-table))
-            (input-method . latin-pre)
+            (input-method . "latin-prefix")
             (features code-pages)
             (documentation . "Support for Latin-7, e.g. Latvian, Lithuanian."))
  '("European"))