]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_term_init): Respecify LC_NUMERIC locale.
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 Apr 1996 18:17:07 +0000 (18:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 Apr 1996 18:17:07 +0000 (18:17 +0000)
src/xterm.c

index 99249f7ca4bde505bf7f5fda54ff12ba40aec5e9..080afbcccfbca9cdffbef4ac7ce0472fc3770f6b 100644 (file)
@@ -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