summaryrefslogtreecommitdiff
path: root/nt/addpm.c
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
commit8144f59c3000ac3ae45ba15faaeae0fdfd38a60a (patch)
tree0c836155e25f62ef6256a02119157f74a6a18efc /nt/addpm.c
parent7d122d4732e63cdf40de1840b2401893e92afece (diff)
downloademacs-8144f59c3000ac3ae45ba15faaeae0fdfd38a60a.tar.gz
(env_vars): Add site-lisp to EMACSLOADPATH.
Diffstat (limited to 'nt/addpm.c')
-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"},