diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-11-22 14:37:38 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-11-22 14:37:38 +0000 |
commit | 460c6535ffae1eae1caa7bfb1efbdec96ec5cbda (patch) | |
tree | 297f0ccc633491e23b535524f43629ca94160091 /nt/emacs.bat.in | |
parent | e005bb40cb47b8790c2f8b16a6d4ae74b93a9c4e (diff) | |
download | emacs-460c6535ffae1eae1caa7bfb1efbdec96ec5cbda.tar.gz |
(EMACSLOADPATH): Include leim.
Diffstat (limited to 'nt/emacs.bat.in')
-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 6f3fb22f104..98ef6728d54 100644 --- a/nt/emacs.bat.in +++ b/nt/emacs.bat.in @@ -4,7 +4,7 @@ REM Here begins emacs.bat.in REM Use new proxy shell by default.
set SHELL=%emacs_dir%\bin\cmdproxy.exe
-set EMACSLOADPATH=%emacs_dir%\site-lisp;%emacs_dir%\lisp
+set EMACSLOADPATH=%emacs_dir%\site-lisp;%emacs_dir%\lisp;%emacs_dir%\leim
set EMACSDATA=%emacs_dir%\etc
set EMACSPATH=%emacs_dir%\bin
set EMACSLOCKDIR=%emacs_dir%\lock
|