diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-05 02:14:59 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-05 02:14:59 +0000 |
commit | f75104b2565477bca6b25720cb2f9ee13274ab6a (patch) | |
tree | 978d27f4f6930bb6799b690e5c599bbff710e5a3 | |
parent | 8144f59c3000ac3ae45ba15faaeae0fdfd38a60a (diff) | |
download | emacs-f75104b2565477bca6b25720cb2f9ee13274ab6a.tar.gz |
Add site-lisp to EMACSLOADPATH.
-rw-r--r-- | nt/emacs.bat.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/emacs.bat.in b/nt/emacs.bat.in index 72304a89367..0e594160fd8 100644 --- a/nt/emacs.bat.in +++ b/nt/emacs.bat.in @@ -14,7 +14,7 @@ set SHELL=command :next
-set EMACSLOADPATH=%emacs_dir%\lisp
+set EMACSLOADPATH=%emacs_dir%\lisp;%emacs_dir%\site-lisp
set EMACSDATA=%emacs_dir%\etc
set EMACSPATH=%emacs_dir%\bin
set EMACSLOCKDIR=%emacs_dir%\lock
|