diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-05 02:14:41 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-05 02:14:41 +0000 |
commit | 8144f59c3000ac3ae45ba15faaeae0fdfd38a60a (patch) | |
tree | 0c836155e25f62ef6256a02119157f74a6a18efc /nt/addpm.c | |
parent | 7d122d4732e63cdf40de1840b2401893e92afece (diff) | |
download | emacs-8144f59c3000ac3ae45ba15faaeae0fdfd38a60a.tar.gz |
(env_vars): Add site-lisp to EMACSLOADPATH.
Diffstat (limited to 'nt/addpm.c')
-rw-r--r-- | nt/addpm.c | 2 |
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"}, |