Fix bootstrap.help

db4
Slava Pestov 2007-12-30 15:40:57 -05:00
parent e1be77ee6f
commit 13c058870e
2 changed files with 8 additions and 9 deletions

View File

@ -350,7 +350,6 @@ SYMBOL: bootstrap-syntax
[
"scratchpad" in set
{
"scratchpad"
"arrays"
"assocs"
"combinators"
@ -358,11 +357,14 @@ SYMBOL: bootstrap-syntax
"continuations"
"debugger"
"definitions"
"editors"
"generic"
"help"
"inspector"
"io"
"io.files"
"kernel"
"listener"
"math"
"memory"
"namespaces"
@ -372,17 +374,16 @@ SYMBOL: bootstrap-syntax
"sorting"
"strings"
"syntax"
"vocabs"
"vocabs.loader"
"words"
"tools.annotations"
"tools.crossref"
"tools.memory"
"tools.profiler"
"tools.test"
"tools.time"
"editors"
"listener"
"vocabs"
"vocabs.loader"
"words"
"scratchpad"
} set-use
call
] with-scope ; inline

4
extra/bootstrap/help/help.factor Normal file → Executable file
View File

@ -17,8 +17,6 @@ IN: bootstrap.help
] if
] each
"help.handbook" require
global [ "help" use+ ] bind ;
"help.handbook" require ;
load-help