From 57ef78169b6151cd069bbe170bf5e4dd04f85920 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 17 Oct 2002 15:27:37 +0000 Subject: [PATCH] ("Slovenian"): Use slovenian input-method. (encode-mac-roman): Use ucs-mule-to-mule-unicode. --- lisp/language/european.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/language/european.el b/lisp/language/european.el index 5928c299c9b..338b73fe960 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el @@ -287,7 +287,7 @@ but it selects the French tutorial.")) (coding-system . (iso-8859-2)) (coding-priority . (iso-8859-2)) (nonascii-translation . latin-iso8859-2) - (input-method . "latin-2-postfix") + (input-method . "slovenian") (unibyte-syntax . "latin-2") (unibyte-display . iso-8859-2) (tutorial . "TUTORIAL.sl") @@ -576,6 +576,7 @@ but it selects the Dutch tutorial and input method.")) `(1 ((loop (read-multibyte-character r0 r1) + (translate-character ucs-mule-to-mule-unicode r0 r1) (translate-character mac-roman-encoder r0 r1) (write-repeat r1)))) "CCL program to encode Mac Roman") -- 2.39.2