comparison INSTALL @ 11732:072d319a485f

Clarify effect of setting load-path before dumping.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 May 1995 04:36:44 +0000
parents 230cc184d96b
children ae51069237f2
comparison
equal deleted inserted replaced
11731:b8d3aea195cd 11732:072d319a485f
150 site-load.el for additional libraries if you arrange for their 150 site-load.el for additional libraries if you arrange for their
151 documentation strings to be in the etc/DOC file (see 151 documentation strings to be in the etc/DOC file (see
152 src/Makefile.in.in if you wish to figure out how to do that). For all 152 src/Makefile.in.in if you wish to figure out how to do that). For all
153 else, use site-init.el. 153 else, use site-init.el.
154 154
155 If you set load-path in site-init.el or site-load.el, Emacs will use 155 If you set load-path to a different value in site-init.el or
156 *precisely* the resulting path when it starts up again. If you do this, 156 site-load.el, Emacs will use *precisely* that value when it starts up
157 you are on your own! 157 again. If you do this, you are on your own!
158 158
159 Note that, on some systems, the code you place in site-init.el must 159 Note that, on some systems, the code you place in site-init.el must
160 not use expand-file-name or any other function which may look 160 not use expand-file-name or any other function which may look
161 something up in the system's password and user information database. 161 something up in the system's password and user information database.
162 See `./PROBLEMS' for more details on which systems this affects. 162 See `./PROBLEMS' for more details on which systems this affects.