Mercurial > emacs
changeset 22956:88334ee405a4
(x_term_init): Don't reset LC_TIME to "C", since we
want strftime to be localized.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 08 Aug 1998 22:11:22 +0000 |
parents | e3aa855e560c |
children | dd92cb09f5d1 |
files | src/xterm.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 }