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:
e047580
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 22 May 2000 14:50:02 +0000
(14:50 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 22 May 2000 14:50:02 +0000
(14:50 +0000)
v7/src/imail/imail-rmail.scm
patch
|
blob
|
history
diff --git
a/v7/src/imail/imail-rmail.scm
b/v7/src/imail/imail-rmail.scm
index 9c6014912d590a48adea6f6a11ad879f3c935b2e..076b16d4d7170d5c649535497def2fd2d7f9f755 100644
(file)
--- a/
v7/src/imail/imail-rmail.scm
+++ b/
v7/src/imail/imail-rmail.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: imail-rmail.scm,v 1.3
5 2000/05/22 03:01:24
cph Exp $
+;;; $Id: imail-rmail.scm,v 1.3
6 2000/05/22 14:50:02
cph Exp $
;;;
;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
;;;
@@
-39,7
+39,7
@@
(let ((type-filter (file-type-filter "rmail")))
(lambda (pathname)
(or (string-ci=? (file-namestring pathname) "rmail")
- (type-filter
string
)))))
+ (type-filter
pathname
)))))
;;;; Server operations