From 072e21a6fea953e085b18d2d6985d573622962f2 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 13 Feb 2003 22:45:54 +0000 Subject: [PATCH] ("turkish-latin-3-alt-postfix"): Make it just an alias for turkish-alt-postfix. --- leim/quail/latin-alt.el | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/leim/quail/latin-alt.el b/leim/quail/latin-alt.el index 05d9e926720..28bc71dbd94 100644 --- a/leim/quail/latin-alt.el +++ b/leim/quail/latin-alt.el @@ -1409,9 +1409,7 @@ Doubling the postfix separates the letter and postfix: e.g. aee -> ae "turkish-alt-postfix" "Turkish" "TR«" t "Turkish (Türkçe) input method with postfix modifiers. -This is for those who use Latin-5 (ISO-8859-9) for Turkish. If you -use Latin-3 (ISO-8859-3), you should use -\"turkish-latin-3-alt-postfix\" instead. +turkish-latin-3-alt-postfix is an obsolete alisa for turkish-alt-postfix. Note for I, ı, İ, i. @@ -1470,8 +1468,8 @@ Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^ ;; Backwards compatibility. (push (cons "turkish-latin-3-alt-postfix" - (cdr (assoc "turkish-alt-postfix" input-method-alist))) - input-method-alist) + (cdr (assoc "turkish-alt-postfix" quail-package-alist))) + quail-package-alist) ;; Dutch Quail input method derived from the one in Yudit by Roman @@ -1479,7 +1477,7 @@ Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^ (quail-define-package "dutch" "Dutch" "NL" t "Dutch character mixfix input method. -Uses the `mule-unicode-0100-24ff' charset to supplement Latin-1. +Caters for French and Turkish as well as Dutch. | | examples ------------+---------+---------- -- 2.39.5