From 8e7fccc55a2b6c48b59bc6d772fed9f5caa0d94d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 15 Jan 1997 07:09:05 +0000 Subject: [PATCH] Fix call to APPEND-TO-FILE that should have been patched in the previous change. --- v7/src/edwin/rmail.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/rmail.scm b/v7/src/edwin/rmail.scm index d2557a1df..003231f8e 100644 --- a/v7/src/edwin/rmail.scm +++ b/v7/src/edwin/rmail.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: rmail.scm,v 1.55 1997/01/03 04:06:53 cph Exp $ +;;; $Id: rmail.scm,v 1.56 1997/01/15 07:09:05 cph Exp $ ;;; ;;; Copyright (c) 1991-97 Massachusetts Institute of Technology ;;; @@ -1605,7 +1605,7 @@ buffer visiting that file." (define-variable-local-value! buffer (ref-variable-object translate-file-data-on-output) #f) - (append-to-file (buffer-region buffer) pathname #f) + (append-to-file (buffer-region buffer) pathname #f #f) (kill-buffer buffer))) (define (prompt-for-rmail-output-filename prompt default) -- 2.25.1