From 13c058870eca1ac09247b1a2670d8a29ddab39ce Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 30 Dec 2007 15:40:57 -0500 Subject: [PATCH] Fix bootstrap.help --- core/parser/parser.factor | 13 +++++++------ extra/bootstrap/help/help.factor | 4 +--- 2 files changed, 8 insertions(+), 9 deletions(-) mode change 100644 => 100755 extra/bootstrap/help/help.factor diff --git a/core/parser/parser.factor b/core/parser/parser.factor index d3efd54904..6a0b5a5fad 100755 --- a/core/parser/parser.factor +++ b/core/parser/parser.factor @@ -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 diff --git a/extra/bootstrap/help/help.factor b/extra/bootstrap/help/help.factor old mode 100644 new mode 100755 index 003c3a9855..a7a4408ed1 --- a/extra/bootstrap/help/help.factor +++ b/extra/bootstrap/help/help.factor @@ -17,8 +17,6 @@ IN: bootstrap.help ] if ] each - "help.handbook" require - - global [ "help" use+ ] bind ; + "help.handbook" require ; load-help