diff options
| author | Richard M. Stallman | 1996-04-05 18:17:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-05 18:17:07 +0000 |
| commit | 333bc6d09f874f468b4b7d372c9f20b7413bb654 (patch) | |
| tree | 5db312d018d1ef19dd7ee15c8280684d1238bfe9 /src | |
| parent | 9dff7c532a8d6269891d0ff1113222e17559fa98 (diff) | |
| download | emacs-333bc6d09f874f468b4b7d372c9f20b7413bb654.tar.gz emacs-333bc6d09f874f468b4b7d372c9f20b7413bb654.zip | |
(x_term_init): Respecify LC_NUMERIC locale.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
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) | |||
| 5889 | 5889 | ||
| 5890 | #ifdef HAVE_X_I18N | 5890 | #ifdef HAVE_X_I18N |
| 5891 | setlocale (LC_ALL, ""); | 5891 | setlocale (LC_ALL, ""); |
| 5892 | /* In case we just overrode what init_lread did, redo it. */ | ||
| 5893 | setlocale (LC_NUMERIC, "C"); | ||
| 5892 | #endif | 5894 | #endif |
| 5893 | 5895 | ||
| 5894 | #ifdef USE_X_TOOLKIT | 5896 | #ifdef USE_X_TOOLKIT |