Changed interaction-environment for processing of command line

switches to user-environment. This made -s work.
This commit is contained in:
mainzelm 2000-10-09 09:44:20 +00:00
parent 6d9e7de153
commit 4088792f41
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@
(current-error-port)
args
term-switch)
(with-interaction-environment ;useless ?????????
(environment-for-commands)
(with-interaction-environment
(user-environment)
(lambda ()
(begin
(init-low-interrupt)