diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-09-27 12:37:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-09-27 12:37:22 +0000 |
commit | 8c10f3e47479c083930de7abe9347b22c764d475 (patch) | |
tree | b2f004c74f2141a7a039f73bcc6a0beb06a6df6c /INSTALL | |
parent | 432eec292e7466576e54dc6be7e223bb77e706c1 (diff) | |
download | emacs-8c10f3e47479c083930de7abe9347b22c764d475.tar.gz |
*** empty log message ***
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |