Merge from origin/emacs-28

2782bc113e Revert "Fix localized display of date and time in the NS p...
This commit is contained in:
Stefan Kangas 2021-11-10 12:12:29 +01:00
commit 1bb3fb4e45

View file

@ -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)
{