]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_term_init): Don't reset LC_TIME to "C", since we
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 Aug 1998 22:11:22 +0000 (22:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 Aug 1998 22:11:22 +0000 (22:11 +0000)
want strftime to be localized.

src/xterm.c

index 18a6619abba37e138cb34d893e05984ea416b422..8ef162ab60610620ca4e56b960e0e60602e064b1 100644 (file)
@@ -6958,7 +6958,6 @@ x_term_init (display_name, xrm_option, resource_name)
   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 @@ x_term_init (display_name, xrm_option, resource_name)
 #ifdef HAVE_X11XTR6
     /* I think this is to compensate for XtSetLanguageProc.  */
     setlocale (LC_NUMERIC, "C");
-    setlocale (LC_TIME, "C");
 #endif
   }