]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/internals.texi
Unconditionally reset load-path after dumping
[gnu-emacs] / doc / lispref / internals.texi
index 06375c1e18ed512143877cce57d4094cab5e3bbc..8cbf3c4e14cdc01e7d2d9ef4d3e6ff76838c9803 100644 (file)
@@ -116,6 +116,11 @@ time.)
 expect in an ordinary unmodified Emacs.  If you feel you must override
 normal features for your site, do it with @file{default.el}, so that
 users can override your changes if they wish.  @xref{Startup Summary}.
+Note that if either @file{site-load.el} or @file{site-init.el} changes
+@code{load-path}, the changes will be lost after dumping.
+@xref{Library Search}.  To make a permanent change to
+@code{load-path}, use the @option{--enable-locallisppath} option
+of @command{configure}.
 
   In a package that can be preloaded, it is sometimes necessary (or
 useful) to delay certain evaluations until Emacs subsequently starts