diff options
| author | Andrew Innes | 2001-01-19 14:56:06 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-01-19 14:56:06 +0000 |
| commit | cc14250a790b07c54532212a6a58ec2d9f189735 (patch) | |
| tree | 3295c5c3b637ec3ea94e2c586e3835bf44d44740 /src | |
| parent | 5488afcc56934be9ec10335390f9121e6961c68c (diff) | |
| download | emacs-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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"}, |