diff options
| author | Richard M. Stallman | 1995-02-06 22:48:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-06 22:48:58 +0000 |
| commit | d07ee75af95c5bd43654da65452e5628198a300c (patch) | |
| tree | 7b50bf0bba2deb9a53ff3a07b57e9f1fc4037017 | |
| parent | bfda79ab492aacc0d384bf8d7da63101707d940b (diff) | |
| download | emacs-d07ee75af95c5bd43654da65452e5628198a300c.tar.gz emacs-d07ee75af95c5bd43654da65452e5628198a300c.zip | |
*** empty log message ***
| -rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -147,6 +147,10 @@ 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 | 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! | ||
| 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. |