1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

("Latin-6"): Fix input-method.

("Latin-7"): Fix input-method.
This commit is contained in:
Kenichi Handa 2003-03-19 11:11:50 +00:00
parent 79fa9e0fe0
commit bccb30c422

View 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"))