]> git.eshelyaron.com Git - emacs.git/commit
Fix localized display of date and time in the NS port
authorDaniel Martín <mardani29@yahoo.es>
Sat, 23 Oct 2021 12:44:31 +0000 (14:44 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 31 Oct 2021 11:33:55 +0000 (13:33 +0200)
commit5e05be566b0e13ce0b4e75da663fb051039f0751
tree95667ebb72be66d1db1c5fd64262e1243867147b
parent335a660b4b725eb76abfa5d80295ac5c7be5d205
Fix localized display of date and time in the NS port

* src/nsterm.m (ns_init_locale): If not already set, set LC_ALL to the
current locale ID so that dates, currencies, etc. use the settings
configured in the operating system.  (Bug#51321)
src/nsterm.m