# HG changeset patch # User Vinicius Jose Latorre # Date 1186006862 0 # Node ID 286623bef6704740ceb2f653078072d898cd4f07 # Parent 729279f419f3229f9b8aa9f3a45a7183a835472c Adjust load-path comment diff -r 729279f419f3 -r 286623bef670 src/mac.c --- a/src/mac.c Wed Aug 01 21:43:11 2007 +0000 +++ b/src/mac.c Wed Aug 01 22:21:02 2007 +0000 @@ -5318,8 +5318,8 @@ /* P should have sufficient room for the pathname of the bundle plus the subpath in it leading to the respective directories. Q should have three times that much room because EMACSLOADPATH can - have the value "::". */ + have the value "::". */ p = (char *) alloca (app_bundle_pathname_len + 50); q = (char *) alloca (3 * app_bundle_pathname_len + 150); if (!getenv ("EMACSLOADPATH"))