some circumstances. This is necessary because RMAIL files want this
variable set to #F, but M-x write-region should ignore the variable
binding in that case and do translation anyway.
;;; -*-Scheme-*-
;;;
-;;; $Id: fileio.scm,v 1.140 1997/01/03 04:06:32 cph Exp $
+;;; $Id: fileio.scm,v 1.141 1997/01/03 04:40:03 cph Exp $
;;;
;;; Copyright (c) 1986, 1989-96 Massachusetts Institute of Technology
;;;
(get-pathname-or-alternate (region-group region) pathname #t))
(translate?
(if (eq? 'DEFAULT translate?)
- (ref-variable translate-file-data-on-output buffer)
+ (ref-variable translate-file-data-on-output group)
translate?))
(translation (and translate? (pathname-newline-translation pathname)))
(filename (->namestring pathname))