Change GROUP-INSERT-FILE! to accept an additional argument, which
authorChris Hanson <org/chris-hanson/cph>
Wed, 24 Apr 1996 02:30:14 +0000 (02:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 24 Apr 1996 02:30:14 +0000 (02:30 +0000)
commit95471ee642fd2889641fe1cae408d0acd284f1ab
tree5ece51122e66936221669ccb2a852629adbecea4
parenta5e4f27d3a096c0b2408efcec8ac094c6bd9610b
Change GROUP-INSERT-FILE! to accept an additional argument, which
specifies the newline translation to be used for the insertion.  This
allows the compressed-file reading code to specify that the
translation being used is that appropriate for the file being
expanded.  Formerly, the wrong translation was sometimes used because
the compressed file is expanded into a temporary file, which can
reside on a file system with a different translation, and the
translation appropriate for the temporary was used.
v7/src/edwin/fileio.scm
v7/src/edwin/os2.scm
v7/src/edwin/unix.scm