From e2a355d15f6b5e8393558fec19740366864d0430 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Wed, 3 Sep 1997 02:25:42 +0000 Subject: Remove OS dependent operations. (INFOPATH): No longer set INFOPATH. --- nt/emacs.bat.in | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'nt') diff --git a/nt/emacs.bat.in b/nt/emacs.bat.in index 2308c98a5f3..6f3fb22f104 100644 --- a/nt/emacs.bat.in +++ b/nt/emacs.bat.in @@ -1,24 +1,14 @@ REM Here begins emacs.bat.in -REM Set OS specific values. -set ARCH_SAVE=%PROCESSOR_ARCHITECTURE% -set PROCESSOR_ARCHITECTURE= -if "%ARCH_SAVE%" == "%PROCESSOR_ARCHITECTURE%" goto windows95 -set PROCESSOR_ARCHITECTURE=%ARCH_SAVE% -set SHELL=cmd -goto next +REM Use new proxy shell by default. +set SHELL=%emacs_dir%\bin\cmdproxy.exe -:windows95 -set SHELL=command - -:next - -set EMACSLOADPATH=%emacs_dir%\lisp;%emacs_dir%\site-lisp +set EMACSLOADPATH=%emacs_dir%\site-lisp;%emacs_dir%\lisp set EMACSDATA=%emacs_dir%\etc set EMACSPATH=%emacs_dir%\bin set EMACSLOCKDIR=%emacs_dir%\lock -set INFOPATH=%emacs_dir%\info +REM set INFOPATH=%emacs_dir%\info set EMACSDOC=%emacs_dir%\etc set TERM=CMD -- cgit v1.2.1