diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-01-19 14:55:29 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-01-19 14:55:29 +0000 |
commit | 5488afcc56934be9ec10335390f9121e6961c68c (patch) | |
tree | 3f7f2c977422c3b2f65bf93868a889721c48b024 /nt/addpm.c | |
parent | 111c181ec1a0b8bd37a024e5c0d29144810dca22 (diff) | |
download | emacs-5488afcc56934be9ec10335390f9121e6961c68c.tar.gz |
(env_vars): Add a version-independent site-lisp
directory to EMACSLOADPATH, after the version dependent one.
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 ef375ee1613..b9f741bf43a 100644 --- a/nt/addpm.c +++ b/nt/addpm.c @@ -54,7 +54,7 @@ static struct entry env_vars[] = { {"emacs_dir", NULL}, - {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/lisp;%emacs_dir%/leim"}, + {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/../site-lisp;%emacs_dir%/lisp;%emacs_dir%/leim"}, {"SHELL", "%emacs_dir%/bin/cmdproxy.exe"}, {"EMACSDATA", "%emacs_dir%/etc"}, {"EMACSPATH", "%emacs_dir%/bin"}, |