From 3cb6d95a4f3f184171fd12092a896bc7bdc4ec9b Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 4 May 2009 13:10:27 -0500 Subject: [PATCH] help.lint: fix :lint-failures word --- basis/help/lint/lint.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/lint/lint.factor b/basis/help/lint/lint.factor index f25d5f0f93..7a5b482270 100755 --- a/basis/help/lint/lint.factor +++ b/basis/help/lint/lint.factor @@ -87,7 +87,7 @@ PRIVATE> : help-lint-all ( -- ) "" help-lint ; -: :lint-failures ( -- ) lint-failures get errors. ; +: :lint-failures ( -- ) lint-failures get values errors. ; : unlinked-words ( words -- seq ) all-word-help [ article-parent not ] filter ;