diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index 46572de47b..270b55fda6 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -277,8 +277,6 @@ IN: tools.deploy.shaker compiled-generic-crossref compiler-impl compiler.errors:compiler-errors - ! definition-observers - interactive-vocabs lexer-factory print-use-hook root-cache diff --git a/extra/fuel/help/help.factor b/extra/fuel/help/help.factor index 6c43e646df..f20e67f9bc 100644 --- a/extra/fuel/help/help.factor +++ b/extra/fuel/help/help.factor @@ -4,7 +4,8 @@ USING: accessors arrays assocs combinators help help.crossref help.markup help.topics io io.streams.string kernel make namespaces parser prettyprint sequences summary help.vocabs -vocabs vocabs.loader vocabs.hierarchy vocabs.metadata words see ; +vocabs vocabs.loader vocabs.hierarchy vocabs.metadata words see +listener ; IN: fuel.help