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

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

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