* emacs.c (main): Call fixup_locale a second time for GNUStep.

This commit is contained in:
Jan Djärv 2013-12-08 13:18:13 +01:00
parent acfe46025a
commit 40f18bf37e
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-12-08 Jan Djärv <jan.h.d@swipnet.se>
* emacs.c (main): Call fixup_locale a second time for GNUStep.
2013-12-08 Martin Rudalics <rudalics@gmx.at>
* frame.c (x_set_font): Mark frame as garbaged (Bug#16028).

View file

@ -1195,6 +1195,11 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
#ifdef HAVE_NS
ns_pool = ns_alloc_autorelease_pool ();
#ifdef NS_IMPL_GNUSTEP
/* GNUStep stupidly resets our locale settings after we made them. */
fixup_locale ();
#endif
if (!noninteractive)
{
#ifdef NS_IMPL_COCOA