From f820d06bc05f51f91c415b5cdb49fbd2eb24f807 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 16 Aug 1991 02:09:01 +0000 Subject: [PATCH] Fix typo. --- v7/src/runtime/pp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)))) -- 2.25.1