From: Richard M. Stallman Date: Wed, 8 May 1996 17:50:59 +0000 (+0000) Subject: (env_vars): Set SHELL registry entry to value of COMSPEC environment variable. X-Git-Tag: emacs-19.34~674 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a7a40e53658436dae00424db02ad8e04219bc9a;p=emacs.git (env_vars): Set SHELL registry entry to value of COMSPEC environment variable. --- 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"},