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