Mercurial > emacs
changeset 35425:c26271ca6ad0
(init_environment): Add a version-independent site-lisp
directory to EMACSLOADPATH, after the version dependent one.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Fri, 19 Jan 2001 14:56:06 +0000 |
parents | 36acbc3cb53e |
children | 93ff6e9f4786 |
files | src/w32.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32.c Fri Jan 19 14:55:29 2001 +0000 +++ b/src/w32.c Fri Jan 19 14:56:06 2001 +0000 @@ -732,7 +732,7 @@ {"HOME", "C:/"}, {"PRELOAD_WINSOCK", NULL}, {"emacs_dir", "C:/emacs"}, - {"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"},