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:
375253b
)
Fix typo in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 18 May 2001 01:04:02 +0000
(
01:04
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 18 May 2001 01:04:02 +0000
(
01:04
+0000)
v7/src/imail/imail-summary.scm
patch
|
blob
|
history
diff --git
a/v7/src/imail/imail-summary.scm
b/v7/src/imail/imail-summary.scm
index 66840ac2de906ee6e67f88cc45dffdda55ad7bbb..bbcf3135b3233c24bc63c30d6c579df980cede9f 100644
(file)
--- a/
v7/src/imail/imail-summary.scm
+++ b/
v7/src/imail/imail-summary.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: imail-summary.scm,v 1.4
0 2001/05/18 00:56:43
cph Exp $
+;;; $Id: imail-summary.scm,v 1.4
1 2001/05/18 01:04:02
cph Exp $
;;;
;;; Copyright (c) 2000-2001 Massachusetts Institute of Technology
;;;
@@
-252,7
+252,7
@@
SUBJECT is a string of regexps separated by commas."
(lambda ()
(region-delete! (buffer-region buffer))
(fill-imail-summary-buffer! buffer
-
+ folder
(buffer-get buffer
'IMAIL-SUMMARY-PREDICATE
#f))))