diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-03-25 18:07:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-03-25 18:07:05 +0000 |
commit | 485ec75ff06a1ef7ab2be050f3f309add0fb43ed (patch) | |
tree | 679365d4ca9d15be8d18541bdd39d4ba08a461c3 /INSTALL | |
parent | bc76c01de5cfa5e63e14cf02fc7697390303d6d5 (diff) | |
download | emacs-485ec75ff06a1ef7ab2be050f3f309add0fb43ed.tar.gz |
*** empty log message ***
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -135,6 +135,11 @@ rather than `defvar', as used by `./lisp/paths.el'. For example, is how you would override the default value of the variable news-inews-program (which is "/usr/local/inews"). +Before you override a variable this way, *look at the value* that the +variable gets by default! Make sure you know what kind of value the +variable should have. If you don't pay attention to what you are +doing, you'll make a mistake. + 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. |