diff options
| author | Glenn Morris | 2012-06-30 14:35:20 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-06-30 14:35:20 -0700 |
| commit | 2e4c5312874c730f2088b8a189cc3c943ff47c5c (patch) | |
| tree | 86edcef1d933b842098a65c91a5a9631897d79ff /src/ChangeLog | |
| parent | bbce28533b24058634e847ed144965c855fdca44 (diff) | |
| download | emacs-2e4c5312874c730f2088b8a189cc3c943ff47c5c.tar.gz emacs-2e4c5312874c730f2088b8a189cc3c943ff47c5c.zip | |
* src/nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2391a9b7022..4f196c4bec1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-06-30 Glenn Morris <rgm@gnu.org> | 1 | 2012-06-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * nsterm.m (ns_init_paths): Ignore site-lisp if --no-site-lisp. | ||
| 4 | |||
| 3 | * epaths.in (PATH_SITELOADSEARCH): New. | 5 | * epaths.in (PATH_SITELOADSEARCH): New. |
| 4 | * lread.c (init_lread): Use PATH_SITELOADSEARCH. | 6 | * lread.c (init_lread): Use PATH_SITELOADSEARCH. |
| 5 | This is rather than relying on --enable-locallisppath elements | 7 | This is rather than relying on --enable-locallisppath elements |