Move MIME codecs from IMAIL into the runtime system.
authorChris Hanson <org/chris-hanson/cph>
Thu, 8 Jun 2000 16:44:16 +0000 (16:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 8 Jun 2000 16:44:16 +0000 (16:44 +0000)
v7/src/imail/load.scm

index d1a2ca3a3e60bc81972a7c99a9f917892627c906..5fe2112278146b4bc7ba8a92d9e869d977cac55b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: load.scm,v 1.15 2000/06/08 16:43:10 cph Exp $
+;;; $Id: load.scm,v 1.16 2000/06/08 16:44:16 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
 ;;;; IMAIL mail reader: loader
 
 (load-option 'HASH-TABLE)
-(load-option 'MIME-CODECS)
+(load-option 'MIME-CODEC)
 (load-option 'REGULAR-EXPRESSION)
 (load-option 'SOS)
 (with-working-directory-pathname (directory-pathname (current-load-pathname))
   (lambda ()
     (fluid-let ((*allow-package-redefinition?* #t))
       (package/system-loader "imail" '() 'QUERY))))
-(add-subsystem-identification! "IMAIL" '(1 1))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 2))
\ No newline at end of file