From: Chris Hanson Date: Thu, 12 Oct 1995 23:12:17 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: 20090517-FFI~5897 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=266b4bb64082f3a4335df94a1ec4587ff1d9509b;p=mit-scheme.git Fix typo in previous change. --- diff --git a/v7/src/edwin/rmail.scm b/v7/src/edwin/rmail.scm index 8c4d71702..940c3524f 100644 --- a/v7/src/edwin/rmail.scm +++ b/v7/src/edwin/rmail.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: rmail.scm,v 1.45 1995/10/12 22:54:32 cph Exp $ +;;; $Id: rmail.scm,v 1.46 1995/10/12 23:12:17 cph Exp $ ;;; ;;; Copyright (c) 1991-95 Massachusetts Institute of Technology ;;; @@ -660,7 +660,8 @@ This variable is ignored if rmail-pop-procedure is #F." (list 'FILE (->namestring (merge-pathnames (cadr password) - (user-homedir-pathname)))))) + (user-homedir-pathname)))) + #f)) (else (error "Illegal password value in rmail-pop-accounts entry:" password))))