Don't use alternate pathnames when writing files; only when reading.
authorChris Hanson <org/chris-hanson/cph>
Mon, 21 Jul 1997 04:33:28 +0000 (04:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 21 Jul 1997 04:33:28 +0000 (04:33 +0000)
v7/src/edwin/fileio.scm

index 52cd3ea3936c30ec842a7a05567942446a108490..fbb83dc55732643b6479d5d2a2651878c2250db4 100644 (file)
@@ -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)