From: Chris Hanson Date: Fri, 28 Apr 2000 20:57:38 +0000 (+0000) Subject: Change load order of files to put all the file-based formats together. X-Git-Tag: 20090517-FFI~3964 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bace6f830d9bd9b211952e294ee0796d2d94f600;p=mit-scheme.git Change load order of files to put all the file-based formats together. --- diff --git a/v7/src/imail/imail.pkg b/v7/src/imail/imail.pkg index 21f9fdf72..fb97538b5 100644 --- a/v7/src/imail/imail.pkg +++ b/v7/src/imail/imail.pkg @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail.pkg,v 1.23 2000/04/28 16:48:41 cph Exp $ +;;; $Id: imail.pkg,v 1.24 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)