From: Guillermo J. Rozas Date: Fri, 16 Aug 1991 02:09:01 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~10358 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f820d06bc05f51f91c415b5cdb49fbd2eb24f807;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/runtime/pp.scm b/v7/src/runtime/pp.scm index f77016d08..ee885107e 100644 --- a/v7/src/runtime/pp.scm +++ b/v7/src/runtime/pp.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/pp.scm,v 14.14 1991/08/16 01:20:47 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/pp.scm,v 14.15 1991/08/16 02:09:01 jinx Exp $ Copyright (c) 1988-1991 Massachusetts Institute of Technology @@ -273,7 +273,7 @@ MIT in each case. |# (define (maybe-print-table nodes column depth) (define (default) - (print-columns nodes column depth)) + (print-column nodes column depth)) (let ((available-space (-1+ (- x-size column))))