From 12bce2b839776d4fbe3123db3862b23b2a4144e2 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 27 Feb 2001 17:47:51 +0000 Subject: [PATCH] Fix standard prompt spacing so that it appears properly in a transcript file. --- v7/src/edwin/intmod.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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! -- 2.25.1