diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-02-06 22:48:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-02-06 22:48:58 +0000 |
commit | ce809c752cd974d73b6e2eea448726a9edcf52cc (patch) | |
tree | 4604d1fd1f10d1deac754c43f91c45efc3031aa4 | |
parent | 15aafef5e3dc4663218bc7b8610ba7f0ceb492b5 (diff) | |
download | emacs-ce809c752cd974d73b6e2eea448726a9edcf52cc.tar.gz |
*** 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 src/Makefile.in.in if you wish to figure out how to do that). For all else, use site-init.el. +If you set load-path in site-init.el or site-load.el, Emacs will use +*precisely* the resulting path when it starts up again. If you do this, +you are on your own! + Note that, on some systems, the code you place in site-init.el must not use expand-file-name or any other function which may look something up in the system's password and user information database. |