aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGlenn Morris2013-12-13 13:25:30 -0500
committerGlenn Morris2013-12-13 13:25:30 -0500
commit06a4f1102f40c2cb7ffa035b4f16b9039efaf95b (patch)
treec365de8bc1db6dc73f2dc8b50a5b49488220bbd6 /INSTALL
parent978a5fdaa35e8945920ab194213715e6f1f0bc20 (diff)
downloademacs-06a4f1102f40c2cb7ffa035b4f16b9039efaf95b.tar.gz
emacs-06a4f1102f40c2cb7ffa035b4f16b9039efaf95b.zip
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
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 0 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index f5c9d8f44ec..3ce82307aab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -468,10 +468,6 @@ variable gets by default! Make sure you know what kind of value the
468variable should have. If you don't pay attention to what you are 468variable should have. If you don't pay attention to what you are
469doing, you'll make a mistake. 469doing, you'll make a mistake.
470 470
471If you set load-path to a different value in site-init.el or
472site-load.el, Emacs will use *precisely* that value when it starts up
473again. If you do this, you are on your own!
474
475The `site-*.el' files are nonexistent in the distribution. You do not 471The `site-*.el' files are nonexistent in the distribution. You do not
476need to create them if you have nothing to put in them. 472need to create them if you have nothing to put in them.
477 473