From 600e239d843f10192458b4d8ee32f1d2d9086d08 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 13 Feb 2003 22:46:13 +0000 Subject: [PATCH] ("turkish-latin-3-postfix"): Make it just an alias for turkish-postfix. --- leim/quail/latin-post.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el index e4a1b8101fb..6cfd0203ff4 100644 --- a/leim/quail/latin-post.el +++ b/leim/quail/latin-post.el @@ -1374,10 +1374,7 @@ Doubling the postfix separates the letter and postfix: e.g. aee -> ae (quail-define-package "turkish-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-postfix\" -instead. +turkish-latin-3-postfix is an obsolete alias for turkish-postfix. Note for I, ı, İ, i. @@ -1436,8 +1433,8 @@ Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^ ;; Backwards compatibility. (push (cons "turkish-latin-3-postfix" - (cdr (assoc "turkish-postfix" input-method-alist))) - input-method-alist) + (cdr (assoc "turkish-postfix" quail-package-alist))) + quail-package-alist) (quail-define-package "british" "Latin-1" "£@" t -- 2.39.5