clear the "what was the last language?" state when moving out of the module language

so that things get initialized properly when moving back into the module language.

closes PR 12493
This commit is contained in:
Robby Findler 2012-01-16 09:09:58 -06:00
parent 5d946329ca
commit aaeb3db534

View File

@ -140,6 +140,8 @@
[in-module-language?
(move-to-new-language)]
[else
(set! hash-lang-language #f)
(set! hash-lang-last-location #f)
(clear-things-out)])))
(define/public (move-to-new-language)