Rewrite to use packaging system, and to load as subpackage of Edwin.
authorChris Hanson <org/chris-hanson/cph>
Tue, 18 Jan 2000 20:58:11 +0000 (20:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 18 Jan 2000 20:58:11 +0000 (20:58 +0000)
v7/src/imail/load.scm

index 3710da556f7c3bfc6ac0726f863f72c9085766ed..12a697023694b7e2271fc13f381594c8e9825cda 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: load.scm,v 1.4 2000/01/14 18:09:29 cph Exp $
+;;; $Id: load.scm,v 1.5 2000/01/18 20:58:11 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -25,9 +25,5 @@
 (load-option 'SOS)
 (with-working-directory-pathname (directory-pathname (current-load-pathname))
   (lambda ()
-    (load "imail-util")
-    (load "rfc822")
-    (load "imail-core")
-    (load "imail-file")
-    (load "imail-rmail")
-    (load "imail-umail")))
\ No newline at end of file
+    (fluid-let ((*allow-package-redefinition?* #t))
+      (package/system-loader "imail" '() 'QUERY))))
\ No newline at end of file