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:
a926259
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 15 Jun 2000 20:58:56 +0000
(20:58 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 15 Jun 2000 20:58:56 +0000
(20:58 +0000)
v7/src/edwin/sendmail.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/sendmail.scm
b/v7/src/edwin/sendmail.scm
index 3a2e6aa52c4857ca58f9170498a9e31139c90844..e403bea58d64de51cb6b342313edded397a00023 100644
(file)
--- a/
v7/src/edwin/sendmail.scm
+++ b/
v7/src/edwin/sendmail.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: sendmail.scm,v 1.6
0 2000/06/15 20:50:43
cph Exp $
+;;; $Id: sendmail.scm,v 1.6
1 2000/06/15 20:58:56
cph Exp $
;;;
;;; Copyright (c) 1991-2000 Massachusetts Institute of Technology
;;;
@@
-1277,7
+1277,7
@@
Commands available in this mode:
(lambda (port)
(let loop ()
(let ((line (read-line port)))
- (and (not (eof-object?
port
))
+ (and (not (eof-object?
line
))
(let ((line (string-trim line)))
(if (or (string-null? line)
(char=? (string-ref line 0) #\#))