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
commit8c10f3e47479c083930de7abe9347b22c764d475 (patch)
treeb2f004c74f2141a7a039f73bcc6a0beb06a6df6c /INSTALL
parent432eec292e7466576e54dc6be7e223bb77e706c1 (diff)
downloademacs-8c10f3e47479c083930de7abe9347b22c764d475.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