From: Göktuğ Kayaalp Date: Sat, 18 Feb 2017 11:17:40 +0000 (+0200) Subject: Fix Turkish language environment setup X-Git-Tag: emacs-26.0.90~791 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=879a3e445fa13c9624558515c8189dae634d91a1;p=emacs.git Fix Turkish language environment setup * lisp/language/european.el ("Turkish"): Fix a typo in Turkish language setup. (Bug#25763) --- diff --git a/lisp/language/european.el b/lisp/language/european.el index 954ac1f4507..6c0232efd3b 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -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, ı, İ.")))