aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-12-06 21:16:53 -0500
committerGlenn Morris <[email protected]>2011-12-06 21:16:53 -0500
commit7efa6272f0cc8a3ef6d925c42a5cc09a2165baef (patch)
treeb11e2718f40aede17f24a2e8935240cc71584d2f /src/ChangeLog
parent86ed9fdc5749160a283e8c37cd6d60b692f63b79 (diff)
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/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fec0a0e41d..f8d290774f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-07 Glenn Morris <[email protected]>
+
+ * 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 <[email protected]>
* minibuf.c (Fread_from_minibuffer): Doc fix (Bug#10228).