1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1995-03-25 18:07:05 +00:00
parent 6507ffb1a3
commit 35b12ec0fb

View File

@ -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.