Rename "imail-imap" to "imail-imap-url".
authorChris Hanson <org/chris-hanson/cph>
Fri, 14 Apr 2000 18:01:36 +0000 (18:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 14 Apr 2000 18:01:36 +0000 (18:01 +0000)
v7/src/imail/compile.scm
v7/src/imail/ed-ffi.scm
v7/src/imail/imail.pkg

index 67eb3ef920412e479c2441a4114fe27375c4cbeb..39bd80e39b2e36e35d556ac878d93fa4014ae47d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-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
 ;;;
@@ -27,7 +27,7 @@
     (for-each compile-file
              '("imail-core"
                "imail-file"
-               "imail-imap"
+               "imail-imap-url"
                "imail-rmail"
                "imail-umail"
                "imail-util"
index a21ac3c149bd1f52e2d425f87a368c9385995e96..eed1f44b889147de74c664c09e6732a6c493729c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-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
 ;;;
@@ -23,7 +23,7 @@
 (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)
index fad749e8627f5c3832b3f386c36e0b8f59c0b6ff..19d76d05b7f18ee7a75d1bd1473ee0826df74d1d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-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
 ;;;
@@ -85,7 +85,7 @@
         "imail-file"
         "imail-rmail"
         "imail-umail"
-        "imail-imap"
+        "imail-imap-url"
         "imail-top")
   (parent (edwin))
   (import (edwin rmail)