From: Chris Hanson Date: Sun, 3 Jun 2001 01:23:45 +0000 (+0000) Subject: Change M-x imail-quit to use the new NO-DEFER? argument to X-Git-Tag: 20090517-FFI~2738 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4bedf8181cc0cc4f3c0f59db1da690c9f84510e3;p=mit-scheme.git Change M-x imail-quit to use the new NO-DEFER? argument to CLOSE-RESOURCE. --- diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index 3f3bab491..58b10755c 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-top.scm,v 1.261 2001/06/02 05:50:19 cph Exp $ +;;; $Id: imail-top.scm,v 1.262 2001/06/03 01:23:45 cph Exp $ ;;; ;;; Copyright (c) 1999-2001 Massachusetts Institute of Technology ;;; @@ -1435,7 +1435,7 @@ With prefix argument, closes and buries only selected IMAIL folder." (lambda (selected-only?) (let ((quit (lambda (folder) - (close-resource folder) + (close-resource folder #t) (imail-bury folder)))) (if selected-only? (quit (selected-folder))