Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Mon, 22 May 2000 14:50:02 +0000 (14:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 22 May 2000 14:50:02 +0000 (14:50 +0000)
v7/src/imail/imail-rmail.scm

index 9c6014912d590a48adea6f6a11ad879f3c935b2e..076b16d4d7170d5c649535497def2fd2d7f9f755 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-rmail.scm,v 1.35 2000/05/22 03:01:24 cph Exp $
+;;; $Id: imail-rmail.scm,v 1.36 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