From: Vinicius Jose Latorre Date: Wed, 1 Aug 2007 22:21:02 +0000 (+0000) Subject: Adjust load-path comment X-Git-Tag: emacs-pretest-23.0.90~11624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b01fc8d8c489f249d64685cd7527351fce77f1f5;p=emacs.git Adjust load-path comment --- 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 () /* 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"))