From a53a198cc2a77cdd10d3573ee7359bc67ed91ece Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 18 Sep 2008 15:16:06 -0500 Subject: [PATCH] fix load error --- basis/xmode/marker/marker.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/xmode/marker/marker.factor b/basis/xmode/marker/marker.factor index d0d68febec..d36aa1228f 100755 --- a/basis/xmode/marker/marker.factor +++ b/basis/xmode/marker/marker.factor @@ -4,7 +4,8 @@ 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 regexp splitting parser-combinators ascii unicode.case +strings parser-combinators.regexp regexp splitting +parser-combinators ascii unicode.case combinators.short-circuit accessors ; ! Based on org.gjt.sp.jedit.syntax.TokenMarker