comparison INSTALL @ 23330:3f2ab6f2bb5c

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 27 Sep 1998 12:37:22 +0000
parents 7851f4551208
children 2a5d306408cb
comparison
equal deleted inserted replaced
23329:a8682715883a 23330:3f2ab6f2bb5c
204 5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs 204 5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs
205 Lisp code you want Emacs to load before it is dumped out. Use 205 Lisp code you want Emacs to load before it is dumped out. Use
206 site-load.el for additional libraries if you arrange for their 206 site-load.el for additional libraries if you arrange for their
207 documentation strings to be in the etc/DOC file (see 207 documentation strings to be in the etc/DOC file (see
208 src/Makefile.in if you wish to figure out how to do that). For all 208 src/Makefile.in if you wish to figure out how to do that). For all
209 else, use site-init.el. 209 else, use site-init.el. Do not load byte-compiled code which
210 was build with a non-nil value of `byte-compile-dynamic'.
210 211
211 If you set load-path to a different value in site-init.el or 212 If you set load-path to a different value in site-init.el or
212 site-load.el, Emacs will use *precisely* that value when it starts up 213 site-load.el, Emacs will use *precisely* that value when it starts up
213 again. If you do this, you are on your own! 214 again. If you do this, you are on your own!
214 215