summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-05-08 17:50:59 +0000
committerRichard M. Stallman <rms@gnu.org>1996-05-08 17:50:59 +0000
commit1e77692258fdfee39e67f0970f5968500ba22fcd (patch)
tree31fd0210f76b02031bb2b76f9f343194c5570f14 /nt
parent40114d2853e7cfe4a5f5a23e4b4848a2597c87f6 (diff)
downloademacs-1e77692258fdfee39e67f0970f5968500ba22fcd.tar.gz
(env_vars): Set SHELL registry entry to value of COMSPEC environment variable.
Diffstat (limited to 'nt')
-rw-r--r--nt/addpm.c2
1 files changed, 1 insertions, 1 deletions
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"},