# HG changeset patch # User Kenichi Handa # Date 1034646531 0 # Node ID 6db507e76b105c88e51c08e1c3718c655aa7dbca # Parent 3b4e014cc159242f722c0cb5102907150d5ac407 (set-locale-environment): Delete superfluous ')'s at the tail. diff -r 3b4e014cc159 -r 6db507e76b10 lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Tue Oct 15 01:20:31 2002 +0000 +++ b/lisp/international/mule-cmds.el Tue Oct 15 01:48:51 2002 +0000 @@ -2053,7 +2053,7 @@ (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)