comparison INSTALL @ 12368:dc2ce070185e

Delete duplicate paragraph.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Jun 1995 02:32:55 +0000
parents f5ba89f88cfd
children 7f74acc9dfeb
comparison
equal deleted inserted replaced
12367:f268f652055e 12368:dc2ce070185e
138 138
139 Before you override a variable this way, *look at the value* that the 139 Before you override a variable this way, *look at the value* that the
140 variable gets by default! Make sure you know what kind of value the 140 variable gets by default! Make sure you know what kind of value the
141 variable should have. If you don't pay attention to what you are 141 variable should have. If you don't pay attention to what you are
142 doing, you'll make a mistake. 142 doing, you'll make a mistake.
143
144 Note that, on some systems, the code you place in site-init.el must
145 not use expand-file-name or any other function which may look
146 something up in the system's password and user information database.
147 See `./PROBLEMS' for more details on which systems this affects.
148 143
149 5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs 144 5) Put into `./lisp/site-init.el' or `./lisp/site-load.el' any Emacs
150 Lisp code you want Emacs to load before it is dumped out. Use 145 Lisp code you want Emacs to load before it is dumped out. Use
151 site-load.el for additional libraries if you arrange for their 146 site-load.el for additional libraries if you arrange for their
152 documentation strings to be in the etc/DOC file (see 147 documentation strings to be in the etc/DOC file (see