diff options
| author | Vinicius Jose Latorre | 2007-08-01 22:21:02 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2007-08-01 22:21:02 +0000 |
| commit | b01fc8d8c489f249d64685cd7527351fce77f1f5 (patch) | |
| tree | 0ba703e977c883ff56f85a288e416c6b82c1fd51 /src/mac.c | |
| parent | cdf5c17ae8c53ab4c9f51dea78df080001ae1fe2 (diff) | |
| download | emacs-b01fc8d8c489f249d64685cd7527351fce77f1f5.tar.gz emacs-b01fc8d8c489f249d64685cd7527351fce77f1f5.zip | |
Adjust load-path comment
Diffstat (limited to 'src/mac.c')
| -rw-r--r-- | src/mac.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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")) |