diff options
| author | Dave Love | 2003-02-13 22:46:13 +0000 |
|---|---|---|
| committer | Dave Love | 2003-02-13 22:46:13 +0000 |
| commit | 600e239d843f10192458b4d8ee32f1d2d9086d08 (patch) | |
| tree | bf5d33de003171a2288ad29c24fd05255606d63f | |
| parent | 072e21a6fea953e085b18d2d6985d573622962f2 (diff) | |
| download | emacs-600e239d843f10192458b4d8ee32f1d2d9086d08.tar.gz emacs-600e239d843f10192458b4d8ee32f1d2d9086d08.zip | |
("turkish-latin-3-postfix"): Make it
just an alias for turkish-postfix.
| -rw-r--r-- | leim/quail/latin-post.el | 9 |
1 files 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 | |||
| 1374 | (quail-define-package | 1374 | (quail-define-package |
| 1375 | "turkish-postfix" "Turkish" "TR<" t | 1375 | "turkish-postfix" "Turkish" "TR<" t |
| 1376 | "Turkish (Türkçe) input method with postfix modifiers. | 1376 | "Turkish (Türkçe) input method with postfix modifiers. |
| 1377 | 1377 | turkish-latin-3-postfix is an obsolete alias for turkish-postfix. | |
| 1378 | This is for those who use Latin-5 (ISO-8859-9) for Turkish. If you | ||
| 1379 | use Latin-3 (ISO-8859-3), you should use \"turkish-latin-3-postfix\" | ||
| 1380 | instead. | ||
| 1381 | 1378 | ||
| 1382 | Note for I, ı, İ, i. | 1379 | Note for I, ı, İ, i. |
| 1383 | 1380 | ||
| @@ -1436,8 +1433,8 @@ Doubling the postfix separates the letter and postfix: e.g. a^^ -> a^ | |||
| 1436 | 1433 | ||
| 1437 | ;; Backwards compatibility. | 1434 | ;; Backwards compatibility. |
| 1438 | (push (cons "turkish-latin-3-postfix" | 1435 | (push (cons "turkish-latin-3-postfix" |
| 1439 | (cdr (assoc "turkish-postfix" input-method-alist))) | 1436 | (cdr (assoc "turkish-postfix" quail-package-alist))) |
| 1440 | input-method-alist) | 1437 | quail-package-alist) |
| 1441 | 1438 | ||
| 1442 | (quail-define-package | 1439 | (quail-define-package |
| 1443 | "british" "Latin-1" "£@" t | 1440 | "british" "Latin-1" "£@" t |