to determine appropriate line-translation by interrogating the file
system to determine its type. Currently this is interesting only for
OS/2, in which it is common to mount unix file systems.
#| -*-Scheme-*-
-$Id: dospth.scm,v 1.31 1995/10/23 06:38:26 cph Exp $
+$Id: dospth.scm,v 1.32 1995/10/23 07:10:07 cph Exp $
Copyright (c) 1992-95 Massachusetts Institute of Technology
(hook/dos/end-of-line-string pathname))
(define (default/dos/end-of-line-string pathname)
- (os/file-end-of-line-translation pathname))
\ No newline at end of file
+ (or (os/file-end-of-line-translation pathname) "\n"))
\ No newline at end of file