diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-03-19 14:22:14 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-03-19 14:22:14 +0000 |
commit | 11f340ed716071efdb1d4cc89b11f1a1eafe152a (patch) | |
tree | 5117ac96a57378ffb572c8630228aa60d5f1e92f | |
parent | 275841bf2312cfd0df10c8822f7e176b069ed177 (diff) | |
download | emacs-11f340ed716071efdb1d4cc89b11f1a1eafe152a.tar.gz emacs-11f340ed716071efdb1d4cc89b11f1a1eafe152a.tar.bz2 emacs-11f340ed716071efdb1d4cc89b11f1a1eafe152a.zip |
("Latin-5", "Latin-4"): Use postfix input
methods since there are not prefix input methods.
-rw-r--r-- | lisp/language/european.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/european.el b/lisp/language/european.el index 7ccb9fcf44e..fc8b2d0ec66 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -151,7 +151,7 @@ These languages are supported with the Latin-3 (ISO-8859-3) character set: (nonascii-translation . latin-iso8859-4) (unibyte-syntax . "latin-4") (unibyte-display . iso-8859-4) - (input-method . "latin-4-prefix") + (input-method . "latin-4-postfix") (documentation . "\ These languages are supported with the Latin-4 (ISO-8859-4) character set: Danish, English, Estonian, Finnish, German, Greenlandic, Lappish, @@ -179,7 +179,7 @@ These languages are supported with the Latin-4 (ISO-8859-4) character set: (nonascii-translation . latin-iso8859-9) (unibyte-syntax . "latin-5") (unibyte-display . iso-latin-5) - (input-method . "latin-5-prefix") + (input-method . "latin-5-postfix") (documentation . "\ These languages are supported with the Latin-5 (ISO-8859-9) character set: Bulgarian, Byelorussian, (Slavic) Macedonian, Russian, Serbian and |