aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-08-08 22:11:22 +0000
committerRichard M. Stallman1998-08-08 22:11:22 +0000
commit036bad88d801a36057f1d22b34833eea2293df9f (patch)
treea0daf9391a7f5a2c7a7f137ea8412b8aa6a1532d /src
parent349b1f3187f8a07d1471e4b853fe0692c6029a1f (diff)
downloademacs-036bad88d801a36057f1d22b34833eea2293df9f.tar.gz
emacs-036bad88d801a36057f1d22b34833eea2293df9f.zip
(x_term_init): Don't reset LC_TIME to "C", since we
want strftime to be localized.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 18a6619abba..8ef162ab606 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6958,7 +6958,6 @@ x_term_init (display_name, xrm_option, resource_name)
6958 setlocale (LC_ALL, ""); 6958 setlocale (LC_ALL, "");
6959 /* In case we just overrode what init_lread did, redo it. */ 6959 /* In case we just overrode what init_lread did, redo it. */
6960 setlocale (LC_NUMERIC, "C"); 6960 setlocale (LC_NUMERIC, "C");
6961 setlocale (LC_TIME, "C");
6962#endif 6961#endif
6963 6962
6964#ifdef USE_X_TOOLKIT 6963#ifdef USE_X_TOOLKIT
@@ -6990,7 +6989,6 @@ x_term_init (display_name, xrm_option, resource_name)
6990#ifdef HAVE_X11XTR6 6989#ifdef HAVE_X11XTR6
6991 /* I think this is to compensate for XtSetLanguageProc. */ 6990 /* I think this is to compensate for XtSetLanguageProc. */
6992 setlocale (LC_NUMERIC, "C"); 6991 setlocale (LC_NUMERIC, "C");
6993 setlocale (LC_TIME, "C");
6994#endif 6992#endif
6995 } 6993 }
6996 6994