]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Turkish language environment setup
authorGöktuğ Kayaalp <self@gkayaalp.com>
Sat, 18 Feb 2017 11:17:40 +0000 (13:17 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Feb 2017 11:17:40 +0000 (13:17 +0200)
* lisp/language/european.el ("Turkish"): Fix a typo in Turkish
language setup.  (Bug#25763)

lisp/language/european.el

index 954ac1f45076337405cfc2bbfccb456a6c9862a9..6c0232efd3bcc270e6d2ce6324c7b50240f69f23 100644 (file)
@@ -506,7 +506,7 @@ and it selects the Spanish tutorial."))
             (input-method . "turkish-postfix")
             (sample-text . "Turkish (Türkçe) Merhaba")
             (setup-function . turkish-case-conversion-enable)
-            (setup-function . turkish-case-conversion-disable)
+            (exit-function . turkish-case-conversion-disable)
             (documentation . "Support for Turkish.
 Differs from the Latin-5 environment in using the `turkish-postfix' input
 method and applying Turkish case rules for the characters i, I, ı, İ.")))