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) (current-error-port)
args args
term-switch) term-switch)
(with-interaction-environment ;useless ????????? (with-interaction-environment
(environment-for-commands) (user-environment)
(lambda () (lambda ()
(begin (begin
(init-low-interrupt) (init-low-interrupt)