From ecc8f164e8297b9e177633ede7355feeb998b7ca Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 5 Mar 2002 01:04:59 +0000 Subject: [PATCH] ("Czech"): Set `iso-8859-2' for `nonascii-translation'. --- lisp/language/czech.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/language/czech.el b/lisp/language/czech.el index 54762ebc515..90e9e76058b 100644 --- a/lisp/language/czech.el +++ b/lisp/language/czech.el @@ -34,7 +34,7 @@ (coding-system . (iso-8859-2)) (coding-priority . (iso-8859-2)) (input-method . "czech") - (nonascii-translation . latin-iso8859-2) + (nonascii-translation . iso-8859-2) (unibyte-syntax . "latin-2") (unibyte-display . iso-8859-2) (tutorial . "TUTORIAL.cs") -- 2.39.5