]> gitweb.factorcode.org Git - factor.git/commitdiff
Put help.lint in default use list
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 27 Jan 2009 10:11:51 +0000 (04:11 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 27 Jan 2009 10:11:51 +0000 (04:11 -0600)
core/parser/parser.factor

index 544ef3e4a775341568c4008bb5afdf750d02b722..4be7cfa8912b09e5efb2149459d44e58b8d3a08f 100644 (file)
@@ -160,6 +160,7 @@ SYMBOL: interactive-vocabs
     "definitions"
     "editors"
     "help"
+    "help.lint"
     "inspector"
     "io"
     "io.files"
@@ -200,7 +201,7 @@ SYMBOL: interactive-vocabs
 SYMBOL: print-use-hook
 
 print-use-hook global [ [ ] or ] change-at
-!
+
 : parse-fresh ( lines -- quot )
     [
         V{ } clone amended-use set