diff options
| author | Glenn Morris | 2012-01-10 19:56:25 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-01-10 19:56:25 -0500 |
| commit | ce316182baa016f42348a69da69cab3f319ad2fa (patch) | |
| tree | 7a8792c0a097afaa1594435075d2c2186d55f484 /src/ChangeLog | |
| parent | 6732f839b112b3f60a2ac1d7705baba946211b61 (diff) | |
| download | emacs-ce316182baa016f42348a69da69cab3f319ad2fa.tar.gz emacs-ce316182baa016f42348a69da69cab3f319ad2fa.zip | |
init_lread fix for bug#10208.
* src/lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
from load-path also when installation-directory is nil.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e359924e8f7..4c74a76e2aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-01-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs | ||
| 4 | from load-path also when installation-directory is nil. (Bug#10208) | ||
| 5 | |||
| 1 | 2012-01-10 Glenn Morris <rgm@gnu.org> | 6 | 2012-01-10 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * emacs.c (syms_of_emacs) <installation-directory>: Doc fix. | 8 | * emacs.c (syms_of_emacs) <installation-directory>: Doc fix. |