projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f5837
)
Add code to provide printing on NT.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 26 Dec 1997 23:46:41 +0000
(23:46 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 26 Dec 1997 23:46:41 +0000
(23:46 +0000)
v7/src/edwin/print.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/print.scm
b/v7/src/edwin/print.scm
index 1a1d016d201a38e1c5c8fb923342f53d774df73e..85903c9898ae6fae20b7ed323548bfad27d37c42 100644
(file)
--- a/
v7/src/edwin/print.scm
+++ b/
v7/src/edwin/print.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: print.scm,v 1.1
3 1997/12/26 23:45:28
cph Exp $
+;;; $Id: print.scm,v 1.1
4 1997/12/26 23:46:41
cph Exp $
;;;
;;; Copyright (c) 1991-97 Massachusetts Institute of Technology
;;;
@@
-110,7
+110,7
@@
Variable LPR-SWITCHES is a list of extra switches (strings) to pass to lpr."
(if print-headers? '("-p") '())))))
(define (print-region/nt region print-headers? title buffer)
- print-headers? title
+ print-headers? title
buffer
(call-with-temporary-file-pathname
(lambda (pathname)
(write-region region pathname #f #t)