From: Richard M. Stallman Date: Fri, 5 Apr 1996 18:17:07 +0000 (+0000) Subject: (x_term_init): Respecify LC_NUMERIC locale. X-Git-Tag: emacs-19.34~914 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=333bc6d09f874f468b4b7d372c9f20b7413bb654;p=emacs.git (x_term_init): Respecify LC_NUMERIC locale. --- 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