From 8e50844fa9eb63b78a254a7879772f7fe360c986 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 16 Oct 2002 02:18:25 +0000 Subject: [PATCH] (set-locale-environment): Delete superfluous ')'s at the tail. --- lisp/international/mule-cmds.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 6569810f2c6..4ffa6c37a16 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -2051,8 +2051,7 @@ See also `locale-charset-language-names', `locale-language-names', (when codeset (unless (locale-charset-match-p (symbol-name coding-system) (langinfo 'codeset)) - (message "\ -Warning: Default coding system `%s' doesn't agree with + (message "Warning: Default coding system `%s' doesn't agree with the system code set `%s' for this locale." coding-system codeset)))))))) ;;; Character code property -- 2.39.2