Mercurial > emacs
comparison INSTALL @ 10672:0582cd3a31a6
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 06 Feb 1995 22:48:58 +0000 |
parents | 05fbcd364e6e |
children | c303d2623f63 |
comparison
equal
deleted
inserted
replaced
10671:fe4d986bef9d | 10672:0582cd3a31a6 |
---|---|
144 Lisp code you want Emacs to load before it is dumped out. Use | 144 Lisp code you want Emacs to load before it is dumped out. Use |
145 site-load.el for additional libraries if you arrange for their | 145 site-load.el for additional libraries if you arrange for their |
146 documentation strings to be in the etc/DOC file (see | 146 documentation strings to be in the etc/DOC file (see |
147 src/Makefile.in.in if you wish to figure out how to do that). For all | 147 src/Makefile.in.in if you wish to figure out how to do that). For all |
148 else, use site-init.el. | 148 else, use site-init.el. |
149 | |
150 If you set load-path in site-init.el or site-load.el, Emacs will use | |
151 *precisely* the resulting path when it starts up again. If you do this, | |
152 you are on your own! | |
149 | 153 |
150 Note that, on some systems, the code you place in site-init.el must | 154 Note that, on some systems, the code you place in site-init.el must |
151 not use expand-file-name or any other function which may look | 155 not use expand-file-name or any other function which may look |
152 something up in the system's password and user information database. | 156 something up in the system's password and user information database. |
153 See `./PROBLEMS' for more details on which systems this affects. | 157 See `./PROBLEMS' for more details on which systems this affects. |