;;; -*-Scheme-*-
;;;
-;;; $Id: compile.scm,v 1.3 2000/04/13 15:35:58 cph Exp $
+;;; $Id: compile.scm,v 1.4 2000/04/14 18:01:34 cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
(for-each compile-file
'("imail-core"
"imail-file"
- "imail-imap"
+ "imail-imap-url"
"imail-rmail"
"imail-umail"
"imail-util"
;;; -*-Scheme-*-
;;;
-;;; $Id: ed-ffi.scm,v 1.5 2000/04/13 20:16:05 cph Exp $
+;;; $Id: ed-ffi.scm,v 1.6 2000/04/14 18:01:35 cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
(standard-scheme-find-file-initialization
'#(("imail-core" (edwin imail) system-global-syntax-table)
("imail-file" (edwin imail) system-global-syntax-table)
- ("imail-imap" (edwin imail) system-global-syntax-table)
+ ("imail-imap-url" (edwin imail) system-global-syntax-table)
("imail-rmail" (edwin imail) system-global-syntax-table)
("imail-top" (edwin imail) edwin-syntax-table)
("imail-umail" (edwin imail) system-global-syntax-table)
;;; -*-Scheme-*-
;;;
-;;; $Id: imail.pkg,v 1.12 2000/04/13 20:16:07 cph Exp $
+;;; $Id: imail.pkg,v 1.13 2000/04/14 18:01:36 cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
"imail-file"
"imail-rmail"
"imail-umail"
- "imail-imap"
+ "imail-imap-url"
"imail-top")
(parent (edwin))
(import (edwin rmail)