From 6252b7ae691754055ecff3168f63282f6ac83c14 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 15 Oct 2002 01:48:51 +0000 Subject: [PATCH] (set-locale-environment): Delete superfluous ')'s at the tail. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index a27122e1bb8..6569810f2c6 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -2053,7 +2053,7 @@ See also `locale-charset-language-names', `locale-language-names', (langinfo 'codeset)) (message "\ Warning: Default coding system `%s' doesn't agree with -the system code set `%s' for this locale." coding-system codeset)))))))))) +the system code set `%s' for this locale." coding-system codeset)))))))) ;;; Character code property (put 'char-code-property-table 'char-table-extra-slots 0) -- 2.39.2