diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-05-08 17:50:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-05-08 17:50:59 +0000 |
commit | 8a7a40e53658436dae00424db02ad8e04219bc9a (patch) | |
tree | 4e086f53bea236ad8e74f62fb9740cb971bd47bd /nt/addpm.c | |
parent | 9c7771996c9f4d3f7279427353e81cc1d41d17d3 (diff) | |
download | emacs-8a7a40e53658436dae00424db02ad8e04219bc9a.tar.gz |
(env_vars): Set SHELL registry entry to value of COMSPEC environment variable.
Diffstat (limited to 'nt/addpm.c')
-rw-r--r-- | nt/addpm.c | 2 |
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"}, |