racket/gui/interactive should be using racket/base
Previously it was using racket/gui
This commit is contained in:
parent
dbede3f33c
commit
1801eac125
|
@ -1,4 +1,6 @@
|
|||
#lang racket/gui
|
||||
#lang racket/base
|
||||
|
||||
(require racket/gui/base)
|
||||
|
||||
(let ([init-file (cleanse-path (find-graphical-system-path 'init-file))])
|
||||
(when (file-exists? init-file)
|
||||
|
|
Loading…
Reference in New Issue
Block a user