aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVinicius Jose Latorre2007-08-01 22:20:41 +0000
committerVinicius Jose Latorre2007-08-01 22:20:41 +0000
commit40921745e5d237cd0bf1c6957caab6e274535b99 (patch)
tree3293083f17c59e262adb0bdc871eb29fc9741536 /src
parentec96293f2d44298b54a84f308a3d5d735701f122 (diff)
downloademacs-40921745e5d237cd0bf1c6957caab6e274535b99.tar.gz
emacs-40921745e5d237cd0bf1c6957caab6e274535b99.zip
Adjust load-path comment
Diffstat (limited to 'src')
-rw-r--r--src/mac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mac.c b/src/mac.c
index 7f22c19936b..a641b07dc08 100644
--- a/src/mac.c
+++ b/src/mac.c
@@ -5322,8 +5322,8 @@ init_mac_osx_environment ()
5322 /* P should have sufficient room for the pathname of the bundle plus 5322 /* P should have sufficient room for the pathname of the bundle plus
5323 the subpath in it leading to the respective directories. Q 5323 the subpath in it leading to the respective directories. Q
5324 should have three times that much room because EMACSLOADPATH can 5324 should have three times that much room because EMACSLOADPATH can
5325 have the value "<path to lisp dir>:<path to leim dir>:<path to 5325 have the value "<path to site-lisp dir>:<path to lisp dir>:<path
5326 site-lisp dir>". */ 5326 to leim dir>". */
5327 p = (char *) alloca (app_bundle_pathname_len + 50); 5327 p = (char *) alloca (app_bundle_pathname_len + 50);
5328 q = (char *) alloca (3 * app_bundle_pathname_len + 150); 5328 q = (char *) alloca (3 * app_bundle_pathname_len + 150);
5329 if (!getenv ("EMACSLOADPATH")) 5329 if (!getenv ("EMACSLOADPATH"))