# HG changeset patch # User Richard M. Stallman # Date 902614282 0 # Node ID 88334ee405a45dff5399d4138e330a96920e9ba1 # Parent e3aa855e560c8f6e4e68cf5edbf43d795cfc6276 (x_term_init): Don't reset LC_TIME to "C", since we want strftime to be localized. diff -r e3aa855e560c -r 88334ee405a4 src/xterm.c --- a/src/xterm.c Sat Aug 08 21:48:45 1998 +0000 +++ b/src/xterm.c Sat Aug 08 22:11:22 1998 +0000 @@ -6958,7 +6958,6 @@ setlocale (LC_ALL, ""); /* In case we just overrode what init_lread did, redo it. */ setlocale (LC_NUMERIC, "C"); - setlocale (LC_TIME, "C"); #endif #ifdef USE_X_TOOLKIT @@ -6990,7 +6989,6 @@ #ifdef HAVE_X11XTR6 /* I think this is to compensate for XtSetLanguageProc. */ setlocale (LC_NUMERIC, "C"); - setlocale (LC_TIME, "C"); #endif }