From 72581c588ac94a48bbccc1c33c2110a69ee7d273 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 21 Jul 1997 04:33:28 +0000 Subject: [PATCH] Don't use alternate pathnames when writing files; only when reading. --- v7/src/edwin/fileio.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v7/src/edwin/fileio.scm b/v7/src/edwin/fileio.scm index 52cd3ea39..fbb83dc55 100644 --- a/v7/src/edwin/fileio.scm +++ b/v7/src/edwin/fileio.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: fileio.scm,v 1.142 1997/03/04 06:43:11 cph Exp $ +;;; $Id: fileio.scm,v 1.143 1997/07/21 04:33:28 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-97 Massachusetts Institute of Technology ;;; @@ -572,8 +572,6 @@ Otherwise, a message is written both before and after long file writes." (let* ((group (region-group region)) (start (region-start-index region)) (end (region-end-index region)) - (pathname - (get-pathname-or-alternate (region-group region) pathname #t)) (translate? (if (eq? 'DEFAULT translate?) (ref-variable translate-file-data-on-output group) -- 2.25.1