summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-09-27 12:37:22 +0000
committerRichard M. Stallman <rms@gnu.org>1998-09-27 12:37:22 +0000
commit54b4b80ce8e92fabb242733acc5dbea0704fb138 (patch)
treea27dcd71571e07c3f97e2da90e86a7c93cc7b4d6 /INSTALL
parent5b6c6d04709da5bcfc6c5d9aec95927dd454eb43 (diff)
downloademacs-54b4b80ce8e92fabb242733acc5dbea0704fb138.tar.gz
*** empty log message ***
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 6e5697a79d5..bd6c17f0786 100644
--- a/INSTALL
+++ b/INSTALL
@@ -206,7 +206,8 @@ Lisp code you want Emacs to load before it is dumped out. Use
site-load.el for additional libraries if you arrange for their
documentation strings to be in the etc/DOC file (see
src/Makefile.in if you wish to figure out how to do that). For all
-else, use site-init.el.
+else, use site-init.el. Do not load byte-compiled code which
+was build with a non-nil value of `byte-compile-dynamic'.
If you set load-path to a different value in site-init.el or
site-load.el, Emacs will use *precisely* that value when it starts up