diff options
author | Glenn Morris <rgm@gnu.org> | 2011-12-06 21:16:53 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-12-06 21:16:53 -0500 |
commit | 7efa6272f0cc8a3ef6d925c42a5cc09a2165baef (patch) | |
tree | b11e2718f40aede17f24a2e8935240cc71584d2f /src/ChangeLog | |
parent | 86ed9fdc5749160a283e8c37cd6d60b692f63b79 (diff) | |
download | emacs-7efa6272f0cc8a3ef6d925c42a5cc09a2165baef.tar.gz |
Small init_lread fix for bug#10208
* src/lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in
installation and source directories as well.
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 fec0a0e41d7..f8d290774fc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-12-07 Glenn Morris <rgm@gnu.org> + + * lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in + installation and source directories as well. (Bug#10208) + 2011-12-06 Chong Yidong <cyd@gnu.org> * minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228). |