From 8a7a40e53658436dae00424db02ad8e04219bc9a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 8 May 1996 17:50:59 +0000 Subject: [PATCH] (env_vars): Set SHELL registry entry to value of COMSPEC environment variable. --- nt/addpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt/addpm.c b/nt/addpm.c index db492cb8820..25c75c2ab03 100644 --- a/nt/addpm.c +++ b/nt/addpm.c @@ -55,7 +55,7 @@ env_vars[] = { {"emacs_dir", NULL}, {"EMACSLOADPATH", "%emacs_dir%\\lisp"}, - {"SHELL", "cmd"}, + {"SHELL", "%COMSPEC%"}, {"EMACSDATA", "%emacs_dir%\\etc"}, {"EMACSPATH", "%emacs_dir%\\bin"}, {"EMACSLOCKDIR", "%emacs_dir%\\lock"}, -- 2.39.2