From dce69faa59a09b12b577828f7201dc4a3dc6f3f6 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 21 Jun 2012 00:21:30 -0700 Subject: [PATCH] issue #358: change line-break to add-line-break --- basis/prettyprint/sections/sections.factor | 2 +- basis/see/see.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/prettyprint/sections/sections.factor b/basis/prettyprint/sections/sections.factor index d496b572b9..c23daaa6c5 100644 --- a/basis/prettyprint/sections/sections.factor +++ b/basis/prettyprint/sections/sections.factor @@ -183,7 +183,7 @@ TUPLE: block < section sections ; [ short-section? ] bi and [ bl ] when ; -: line-break ( type -- ) [ add-section ] when* ; +: add-line-break ( type -- ) [ add-section ] when* ; M: block section-fits? ( section -- ? ) line-limit? [ drop t ] [ call-next-method ] if ; diff --git a/basis/see/see.factor b/basis/see/see.factor index 3268eb5044..4a4d76e9c0 100644 --- a/basis/see/see.factor +++ b/basis/see/see.factor @@ -139,7 +139,7 @@ M: mixin-class see-class* block> ;