
file, document this * remove redundant compile-omit-files from config/info * Make configtab introduce the missing bindings unhygienically, so there are no made up names in the zo, which makes it possible to easily replace config.ss without re-compiling everything. svn: r3400
4 lines
95 B
Scheme
4 lines
95 B
Scheme
(module info (lib "infotab.ss" "setup")
|
|
(define name "Config")
|
|
(define doc.txt "doc.txt"))
|