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:
6d1e044
)
Change M-x imail-quit to use the new NO-DEFER? argument to
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 3 Jun 2001 01:23:45 +0000
(
01:23
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 3 Jun 2001 01:23:45 +0000
(
01:23
+0000)
CLOSE-RESOURCE.
v7/src/imail/imail-top.scm
patch
|
blob
|
history
diff --git
a/v7/src/imail/imail-top.scm
b/v7/src/imail/imail-top.scm
index 3f3bab49101d082686eb12aa635df071dcfd43dd..58b10755c813681cdd0845f556b0af820ee2f686 100644
(file)
--- 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.26
1 2001/06/02 05:50:19
cph Exp $
+;;; $Id: imail-top.scm,v 1.26
2 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))