Add new file "compile.scm".
authorChris Hanson <org/chris-hanson/cph>
Tue, 24 Mar 1992 23:32:17 +0000 (23:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 24 Mar 1992 23:32:17 +0000 (23:32 +0000)
v7/src/edwin/decls.scm
v7/src/edwin/edwin.ldr
v7/src/edwin/edwin.pkg
v7/src/edwin/make.scm

index 7ee7585f7624cbef2b3a76e3927464b13871f582..bd6070b127705e1a3593e300182c24a4164f0432 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.32 1992/02/14 22:31:40 arthur Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.33 1992/03/24 23:31:57 cph Exp $
 
 Copyright (c) 1989-92 Massachusetts Institute of Technology
 
@@ -121,6 +121,7 @@ MIT in each case. |#
                "calias"
                "cinden"
                "comint"
+               "compile"
                "comtab"
                "comred"
                "curren"
index b9f6dadeb5d62666b611806bc3b71cb1449208a1..c413c484b5c6eb8845dee15901d09e71378d7e39 100644 (file)
@@ -1,5 +1,5 @@
 ;;; -*-Scheme-*-
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.ldr,v 1.24 1992/02/14 22:30:26 arthur Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.ldr,v 1.25 1992/03/24 23:32:11 cph Exp $
 ;;; program to load package contents
 ;;; **** This program (unlike most .ldr files) is not generated by a program.
 
@@ -88,6 +88,7 @@
     (load "c-mode" environment)
     (load "cinden" (->environment '(EDWIN C-INDENTATION)))
     (load "comint" environment)
+    (load "compile" environment)
     (load "debug" (->environment '(EDWIN DEBUGGER)))
     (load "dired" (->environment '(EDWIN DIRED)))
     (load "evlcom" environment)
index d64fc8af0ce8d4c9f34ed05b198b864d83921dda..9c567f4ce217f678a0fdb30ce4e69129fc165469 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.79 1992/03/13 10:48:29 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.80 1992/03/24 23:32:05 cph Exp $
 
 Copyright (c) 1989-92 Massachusetts Institute of Technology
 
@@ -73,6 +73,7 @@ MIT in each case. |#
         "basic"                        ; basic commands
         "bufcom"                       ; buffer commands
         "comint"                       ; command interpreter process stuff
+        "compile"                      ; compilation subprocess
         "evlcom"                       ; evaluation commands
         "filcom"                       ; file commands
         "fill"                         ; text fill commands
index 3cdf6e86a5e99fff05dd71a88ebad274e902a037..01c2a1bd2b3728d532b2743fa38f29ce4247fbc5 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.68 1992/03/13 10:53:26 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.69 1992/03/24 23:32:17 cph Exp $
 
 Copyright (c) 1989-92 Massachusetts Institute of Technology
 
@@ -37,4 +37,4 @@ MIT in each case. |#
 (declare (usual-integrations))
 
 (package/system-loader "edwin" '() 'QUERY)
-(add-system! (make-system "Edwin" 3 68 '()))
\ No newline at end of file
+(add-system! (make-system "Edwin" 3 69 '()))
\ No newline at end of file