From b0a86f6e79e7b67b0daee765383c3e0f4692cfcb Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 23 Jul 2004 05:27:54 +0000 Subject: [PATCH] prettyprinter typo --- TODO.FACTOR.txt | 4 ---- library/prettyprint.factor | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 4ce20f9048..2711095dcc 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -1,12 +1,9 @@ + native: -- top level catch should be a continuation -- parsing: #\ - {...} vectors - parsing should be parsing - telnetd: listening on a socket - apropos -- need hashtable inspection too - describe-word - clone-sbuf - contains ==> contains? @@ -16,7 +13,6 @@ + interactive: -- words. should output in a nicer form - inspector links when describe called without object path - 'cascading' styles diff --git a/library/prettyprint.factor b/library/prettyprint.factor index f155ce3b89..d148e2fe12 100644 --- a/library/prettyprint.factor +++ b/library/prettyprint.factor @@ -190,7 +190,7 @@ DEFER: prettyprint* : . ( obj -- ) [ "prettyprint-single-line" on - prettyprint-indent 4 * "prettyprint-limit" set + tab-size 4 * "prettyprint-limit" set prettyprint ] bind ;