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:
f7fa0dd
)
Change load order of files to put all the file-based formats together.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 28 Apr 2000 20:57:38 +0000
(20:57 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 28 Apr 2000 20:57:38 +0000
(20:57 +0000)
v7/src/imail/imail.pkg
patch
|
blob
|
history
diff --git
a/v7/src/imail/imail.pkg
b/v7/src/imail/imail.pkg
index 21f9fdf729c9af355afc6639f39fc7a6828f099d..fb97538b5433209024d86d7f45fc988edc1db02b 100644
(file)
--- a/
v7/src/imail/imail.pkg
+++ b/
v7/src/imail/imail.pkg
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: imail.pkg,v 1.2
3 2000/04/28 16:48:41
cph Exp $
+;;; $Id: imail.pkg,v 1.2
4 2000/04/28 20:57:38
cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
@@
-179,9
+179,9
@@
(files "imail-util"
"imail-core"
"imail-file"
- "imail-imap"
"imail-rmail"
"imail-umail"
+ "imail-imap"
"imail-top")
(parent (edwin))
(import (edwin rmail)