Merge from origin/emacs-28
2782bc113e
Revert "Fix localized display of date and time in the NS p...
This commit is contained in:
commit
1bb3fb4e45
1 changed files with 1 additions and 3 deletions
|
@ -544,10 +544,8 @@ - (NSColor *)colorUsingDefaultColorSpace
|
|||
NSString *localeID = [NSString stringWithFormat:@"%@.UTF-8",
|
||||
[locale localeIdentifier]];
|
||||
|
||||
/* Set LANG and LC_ALL to locale, but not if the variables are
|
||||
already set. */
|
||||
/* Set LANG to locale, but not if LANG is already set. */
|
||||
setenv("LANG", [localeID UTF8String], 0);
|
||||
setenv("LC_ALL", [localeID UTF8String], 0);
|
||||
}
|
||||
@catch (NSException *e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue