From 26a35540a50952c15132f0fcfeb8609d962b5da9 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 31 Jan 2009 03:02:21 -0600 Subject: [PATCH] Update lint for Dan's html vocab change --- extra/lint/lint.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/lint/lint.factor b/extra/lint/lint.factor index 998f2d42d7..60e3332ee4 100755 --- a/extra/lint/lint.factor +++ b/extra/lint/lint.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2007, 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien alien.accessors arrays assocs -combinators.short-circuit fry hashtables html.elements io +combinators.short-circuit fry hashtables html io kernel math namespaces prettyprint quotations sequences sequences.deep sets slots.private vectors vocabs words kernel.private ;