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:
parent
5d946329ca
commit
aaeb3db534
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user