From: Kenichi Handa Date: Tue, 15 Oct 2002 01:48:51 +0000 (+0000) Subject: (set-locale-environment): Delete superfluous ')'s at the tail. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6252b7ae691754055ecff3168f63282f6ac83c14;p=emacs.git (set-locale-environment): Delete superfluous ')'s at the tail. --- 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)