summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-01-05 02:14:41 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-01-05 02:14:41 +0000
commitc268c28ff584a5dc21d7a175cc04def5136f2f3e (patch)
tree4e515d607aab361d797d44747c0c911a17a9a7a4
parent793ec4832af41d2dfa0320ee46fc86b6618736f6 (diff)
downloademacs-c268c28ff584a5dc21d7a175cc04def5136f2f3e.tar.gz
(env_vars): Add site-lisp to EMACSLOADPATH.
-rw-r--r--nt/addpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/addpm.c b/nt/addpm.c
index 8069652f7fb..2138143ccd9 100644
--- a/nt/addpm.c
+++ b/nt/addpm.c
@@ -54,7 +54,7 @@ static struct entry
env_vars[] =
{
{"emacs_dir", NULL},
- {"EMACSLOADPATH", "%emacs_dir%/lisp"},
+ {"EMACSLOADPATH", "%emacs_dir%/lisp;%emacs_dir%/site-lisp"},
{"SHELL", "%COMSPEC%"},
{"EMACSDATA", "%emacs_dir%/etc"},
{"EMACSPATH", "%emacs_dir%/bin"},