From 09ecec270af022da06e1267bdf524d02f670baa8 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 18 Sep 2008 22:24:46 -0500 Subject: [PATCH] Fix load error --- basis/xmode/marker/marker.factor | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/basis/xmode/marker/marker.factor b/basis/xmode/marker/marker.factor index d36aa1228f..f777eaa18c 100755 --- a/basis/xmode/marker/marker.factor +++ b/basis/xmode/marker/marker.factor @@ -3,10 +3,9 @@ IN: xmode.marker USING: kernel namespaces make xmode.rules xmode.tokens xmode.marker.state xmode.marker.context xmode.utilities -xmode.catalog sequences math assocs combinators -strings parser-combinators.regexp regexp splitting -parser-combinators ascii unicode.case -combinators.short-circuit accessors ; +xmode.catalog sequences math assocs combinators strings +parser-combinators.regexp splitting parser-combinators ascii +unicode.case combinators.short-circuit accessors ; ! Based on org.gjt.sp.jedit.syntax.TokenMarker