aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac.c')
-rw-r--r--src/mac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mac.c b/src/mac.c
index ba0650c6051..e81db1479b9 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -5318,8 +5318,8 @@ init_mac_osx_environment ()
5318 /* P should have sufficient room for the pathname of the bundle plus 5318 /* P should have sufficient room for the pathname of the bundle plus
5319 the subpath in it leading to the respective directories. Q 5319 the subpath in it leading to the respective directories. Q
5320 should have three times that much room because EMACSLOADPATH can 5320 should have three times that much room because EMACSLOADPATH can
5321 have the value "<path to lisp dir>:<path to leim dir>:<path to 5321 have the value "<path to site-lisp dir>:<path to lisp dir>:<path
5322 site-lisp dir>". */ 5322 to leim dir>". */
5323 p = (char *) alloca (app_bundle_pathname_len + 50); 5323 p = (char *) alloca (app_bundle_pathname_len + 50);
5324 q = (char *) alloca (3 * app_bundle_pathname_len + 150); 5324 q = (char *) alloca (3 * app_bundle_pathname_len + 150);
5325 if (!getenv ("EMACSLOADPATH")) 5325 if (!getenv ("EMACSLOADPATH"))