summaryrefslogtreecommitdiff
path: root/nt/emacs.bat.in
diff options
context:
space:
mode:
Diffstat (limited to 'nt/emacs.bat.in')
-rw-r--r--nt/emacs.bat.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/emacs.bat.in b/nt/emacs.bat.in
index 0e594160fd8..2308c98a5f3 100644
--- a/nt/emacs.bat.in
+++ b/nt/emacs.bat.in
@@ -4,12 +4,12 @@ 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 win95
+if "%ARCH_SAVE%" == "%PROCESSOR_ARCHITECTURE%" goto windows95
set PROCESSOR_ARCHITECTURE=%ARCH_SAVE%
set SHELL=cmd
goto next
-:win95
+:windows95
set SHELL=command
:next