diff --git a/extra/locals/locals-tests.factor b/extra/locals/locals-tests.factor index fbbb2a2a6d..85984ffaee 100644 --- a/extra/locals/locals-tests.factor +++ b/extra/locals/locals-tests.factor @@ -119,7 +119,6 @@ write-test-2 "q" set SYMBOL: a :: use-test | a b c | - USE: kernel - ; + USE: kernel ; [ t ] [ a symbol? ] unit-test diff --git a/extra/locals/locals.factor b/extra/locals/locals.factor index 17fa540d6f..52ccb1bed3 100755 --- a/extra/locals/locals.factor +++ b/extra/locals/locals.factor @@ -1,10 +1,10 @@ ! Copyright (C) 2007, 2008 Slava Pestov, Eduardo Cavazos. ! See http://factorcode.org/license.txt for BSD license. -USING: kernel namespaces sequences sequences.private assocs - math inference.transforms parser words quotations debugger - macros arrays macros splitting combinators prettyprint.backend - definitions prettyprint hashtables combinators.lib - prettyprint.sections sequences.private ; +USING: kernel namespaces sequences sequences.private assocs math +inference.transforms parser words quotations debugger macros +arrays macros splitting combinators prettyprint.backend +definitions prettyprint hashtables combinators.lib +prettyprint.sections sequences.private ; IN: locals ! Inspired by