From 06a4f1102f40c2cb7ffa035b4f16b9039efaf95b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 13 Dec 2013 13:25:30 -0500 Subject: Unconditionally reset load-path after dumping * src/lread.c: (dump_path): Remove. (load-path-default): Remove `changed' argument. Do not set dump_path permanently. Simplify. (init_lread): Simplify. (syms_of_lread): Remove dump_path. * lisp/loadup.el (load-path): Warn if site-load or site-init changes it. No more need to reset it when bootstrapping. * doc/lispref/internals.texi (Building Emacs): * doc/lispref/loading.texi (Library Search): Mention that site-load, site-init cannot change load-path. * INSTALL: No longer mention load-path and site-init/site-load. * etc/NEWS: Mention this. Fixes: debbugs:16107 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d1404a0c01c..c182c165f57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-13 Glenn Morris + + * INSTALL: No longer mention load-path and site-init/site-load. + 2013-12-12 Glenn Morris * Makefile.in (install-info): Handle missing info/dir. -- cgit v1.2.3