# HG changeset patch # User Vinicius Jose Latorre # Date 1186006841 0 # Node ID ccca2e6b8cd97f7b29f317130c6b46b915995bdf # Parent f97cdcfcf9ee33816a032ff2e125a47dfab054d4 Adjust load-path comment diff -r f97cdcfcf9ee -r ccca2e6b8cd9 src/mac.c --- a/src/mac.c Wed Aug 01 21:43:46 2007 +0000 +++ b/src/mac.c Wed Aug 01 22:20:41 2007 +0000 @@ -5322,8 +5322,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"))