aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes2001-01-19 14:56:06 +0000
committerAndrew Innes2001-01-19 14:56:06 +0000
commitcc14250a790b07c54532212a6a58ec2d9f189735 (patch)
tree3295c5c3b637ec3ea94e2c586e3835bf44d44740 /src
parent5488afcc56934be9ec10335390f9121e6961c68c (diff)
downloademacs-cc14250a790b07c54532212a6a58ec2d9f189735.tar.gz
emacs-cc14250a790b07c54532212a6a58ec2d9f189735.zip
(init_environment): Add a version-independent site-lisp
directory to EMACSLOADPATH, after the version dependent one.
Diffstat (limited to 'src')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 80bc56981e4..d4bfca2bc0b 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -732,7 +732,7 @@ init_environment (char ** argv)
732 {"HOME", "C:/"}, 732 {"HOME", "C:/"},
733 {"PRELOAD_WINSOCK", NULL}, 733 {"PRELOAD_WINSOCK", NULL},
734 {"emacs_dir", "C:/emacs"}, 734 {"emacs_dir", "C:/emacs"},
735 {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/lisp;%emacs_dir%/leim"}, 735 {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/../site-lisp;%emacs_dir%/lisp;%emacs_dir%/leim"},
736 {"SHELL", "%emacs_dir%/bin/cmdproxy.exe"}, 736 {"SHELL", "%emacs_dir%/bin/cmdproxy.exe"},
737 {"EMACSDATA", "%emacs_dir%/etc"}, 737 {"EMACSDATA", "%emacs_dir%/etc"},
738 {"EMACSPATH", "%emacs_dir%/bin"}, 738 {"EMACSPATH", "%emacs_dir%/bin"},