aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2016-02-14 19:44:38 -0800
committerPaul Eggert2016-02-14 19:45:12 -0800
commitcf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee (patch)
treeb61497a5cf1f0dbb56a2172f3a391aa6fea0f89b /src
parentf8bf1b35bf55ae1bb7703f86d3b526887f064b19 (diff)
downloademacs-cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee.tar.gz
emacs-cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee.zip
; Spelling fixes
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c4
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