summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-04-05 18:17:07 +0000
committerRichard M. Stallman <rms@gnu.org>1996-04-05 18:17:07 +0000
commit9b97fa2cb800a1f00dff8f7c6092dcad3350dae1 (patch)
tree4cd66714cc7dc01e9a445df995cf07089b54f628 /src
parenteb8b5a0e9bb543fe22f709c16f9e0c58f5c4d338 (diff)
downloademacs-9b97fa2cb800a1f00dff8f7c6092dcad3350dae1.tar.gz
(x_term_init): Respecify LC_NUMERIC locale.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 99249f7ca4b..080afbcccfb 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5889,6 +5889,8 @@ x_term_init (display_name, xrm_option, resource_name)
#ifdef HAVE_X_I18N
setlocale (LC_ALL, "");
+ /* In case we just overrode what init_lread did, redo it. */
+ setlocale (LC_NUMERIC, "C");
#endif
#ifdef USE_X_TOOLKIT