From: Chris Hanson Date: Tue, 27 Feb 2001 17:47:51 +0000 (+0000) Subject: Fix standard prompt spacing so that it appears properly in a X-Git-Tag: 20090517-FFI~2956 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=12bce2b839776d4fbe3123db3862b23b2a4144e2;p=mit-scheme.git Fix standard prompt spacing so that it appears properly in a transcript file. --- diff --git a/v7/src/edwin/intmod.scm b/v7/src/edwin/intmod.scm index 64152bf61..be8eebf6b 100644 --- a/v7/src/edwin/intmod.scm +++ b/v7/src/edwin/intmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: intmod.scm,v 1.111 2001/02/27 17:43:24 cph Exp $ +;;; $Id: intmod.scm,v 1.112 2001/02/27 17:47:51 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology ;;; @@ -869,7 +869,7 @@ If this is an error, the debugger examines the error condition." (define (operation/fresh-lines port n) (enqueue-output-operation! port - (lambda (mark transcript?) transcript? (guarantee-newlines mark n) #t))) + (lambda (mark transcript?) transcript? (guarantee-newlines n mark) #t))) (define (operation/beep port) (enqueue-output-operation!