diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index ab5d777aa2e..9bf996a0da3 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -1311,8 +1311,8 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem | |||
| 1311 | #endif | 1311 | #endif |
| 1312 | 1312 | ||
| 1313 | #ifdef HAVE_NS | 1313 | #ifdef HAVE_NS |
| 1314 | /* Initialise the locale from user defaults. */ | 1314 | /* Initialize the locale from user defaults. */ |
| 1315 | ns_init_locale(); | 1315 | ns_init_locale (); |
| 1316 | #endif | 1316 | #endif |
| 1317 | 1317 | ||
| 1318 | /* Initialize and GC-protect Vinitial_environment and | 1318 | /* Initialize and GC-protect Vinitial_environment and |