Use #lang info instead of #lang setup/infotab.

original commit: 5a7ca7ebb5
This commit is contained in:
Sam Tobin-Hochstadt 2013-07-04 15:45:47 -04:00
parent b63d902657
commit 5a758b6ecc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#lang setup/infotab
#lang info
(define raco-commands
'(("make" compiler/commands/make "compile source to bytecode" 100)

View File

@ -1,4 +1,4 @@
#lang setup/infotab
#lang info
(define collection 'multi)