From b1e179106b7232d5eb7ae9b8528ad60e81ba3e44 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 4 Jul 2018 18:05:40 -0500 Subject: [PATCH] gap-buffer: fix using. I'm cooking something up for travisci for this... --- extra/gap-buffer/gap-buffer.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gap-buffer/gap-buffer.factor b/extra/gap-buffer/gap-buffer.factor index 166bc13400..5da01b2491 100644 --- a/extra/gap-buffer/gap-buffer.factor +++ b/extra/gap-buffer/gap-buffer.factor @@ -4,7 +4,7 @@ ! gap buffer -- largely influenced by Strandh and Villeneuve's Flexichain ! for a good introduction see: ! https://common-lisp.net/project/flexichain/download/StrandhVilleneuveMoore.pdf -USING: accessors arrays circular kernel math math.functions +USING: accessors arrays circular fry kernel math math.functions math.order multiline sequences sequences.private ; IN: gap-buffer