aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2002-10-16 02:18:25 +0000
committerKenichi Handa2002-10-16 02:18:25 +0000
commit8e50844fa9eb63b78a254a7879772f7fe360c986 (patch)
tree0c7d70f533febca413c430678f4ae3118ed4ad69
parente9d9520bffd57821edb2b7d6ee55d5f431d65d1c (diff)
downloademacs-8e50844fa9eb63b78a254a7879772f7fe360c986.tar.gz
emacs-8e50844fa9eb63b78a254a7879772f7fe360c986.zip
(set-locale-environment): Delete superfluous ')'s at the tail.
-rw-r--r--lisp/international/mule-cmds.el3
1 files changed, 1 insertions, 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',
2051 (when codeset 2051 (when codeset
2052 (unless (locale-charset-match-p (symbol-name coding-system) 2052 (unless (locale-charset-match-p (symbol-name coding-system)
2053 (langinfo 'codeset)) 2053 (langinfo 'codeset))
2054 (message "\ 2054 (message "Warning: Default coding system `%s' doesn't agree with
2055Warning: Default coding system `%s' doesn't agree with
2056the system code set `%s' for this locale." coding-system codeset)))))))) 2055the system code set `%s' for this locale." coding-system codeset))))))))
2057 2056
2058;;; Character code property 2057;;; Character code property