From 740c258b6689df1e695372c3f77990228926d1e6 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 3 Jan 2017 19:15:57 -0800 Subject: [PATCH] tools.cal: use calendar.english. --- extra/tools/cal/cal.factor | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/extra/tools/cal/cal.factor b/extra/tools/cal/cal.factor index 9f50d82a7e..72619e1636 100644 --- a/extra/tools/cal/cal.factor +++ b/extra/tools/cal/cal.factor @@ -1,8 +1,9 @@ ! Copyright (C) 2016 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: accessors calendar calendar.english combinators command-line -formatting grouping io kernel math.parser math.ranges namespaces -sequences sequences.extras strings.tables ; +USING: accessors calendar calendar.english combinators +command-line formatting grouping io kernel math.parser +math.ranges namespaces sequences sequences.extras strings.tables +; IN: tools.cal