Rename tags to tagutl because of conflicts on DOS.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 26 May 1992 16:10:17 +0000 (16:10 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 26 May 1992 16:10:17 +0000 (16:10 +0000)
v7/src/edwin/decls.scm
v7/src/edwin/ed-ffi.scm
v7/src/edwin/edwin.ldr
v7/src/edwin/edwin.pkg
v7/src/edwin/make.scm

index a3aefaa7bd4a1bc9a1b6dc7fba96c5bac8d048ec..359cb958292e92a70704468f1f687d133430aa05 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.37 1992/05/12 15:45:23 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.38 1992/05/26 16:09:32 jinx Exp $
 
 Copyright (c) 1989-92 Massachusetts Institute of Technology
 
@@ -183,7 +183,7 @@ MIT in each case. |#
                "shell"
                "simple"
                "syntax"
-               "tags"
+               "tagutl"
                "techinfo"
                "telnet"
                "texcom"
index 6aba6fae79f66fb07fced0d99cca7aad9e7799ec..65f2342cb4da14abe6528cbf46c1829997615505 100644 (file)
               edwin-syntax-table)
     ("syntax"  (edwin)
               edwin-syntax-table)
-    ("tags"    (edwin tags)
+    ("tagutl"  (edwin tags)
               edwin-syntax-table)
     ("techinfo"   (edwin)
               edwin-syntax-table)
index 0174e89fb313aa5a9ebfdfe795ddea1045eb553e..88af7d2170e3b2bcd1dc26e497ddddbe51d1f072 100644 (file)
@@ -1,5 +1,5 @@
 ;;; -*-Scheme-*-
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.ldr,v 1.31 1992/05/12 18:42:40 mhwu Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.ldr,v 1.32 1992/05/26 16:08:50 jinx Exp $
 ;;; program to load package contents
 ;;; **** This program (unlike most .ldr files) is not generated by a program.
 
       (load "sercom" environment)
       (load "iserch" (->environment '(EDWIN INCREMENTAL-SEARCH)))
       (load "shell" environment)
-      (load "tags" (->environment '(EDWIN TAGS)))
+      (load "tagutl" (->environment '(EDWIN TAGS)))
       (load "texcom" environment)
       (load "wincom" environment)
       (load "scrcom" environment)
index 0359f01bfe855f063fba049d412289bbae2ad3d0..701d6fe4da491098427d26d3f40679de4cddc723 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.92 1992/05/21 17:59:25 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.93 1992/05/26 16:08:57 jinx Exp $
 
 Copyright (c) 1989-92 Massachusetts Institute of Technology
 
@@ -801,7 +801,7 @@ MIT in each case. |#
   (parent (edwin)))
 
 (define-package (edwin tags)
-  (files "tags")
+  (files "tagutl")
   (parent (edwin))
   (export (edwin)
          edwin-command$find-tag
index 4aa557b8728679b96714469241b842971473884b..88ef96795f1444a8d93023fff00036606e9588d3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.70 1992/05/12 18:19:26 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.71 1992/05/26 16:10:17 jinx Exp $
 
 Copyright (c) 1989-92 Massachusetts Institute of Technology
 
@@ -40,4 +40,4 @@ MIT in each case. |#
  "edwin"
  `((os-type . ,(intern (microcode-identification-item 'OS-NAME-STRING))))
  'QUERY)
-(add-system! (make-system "Edwin" 3 69 '()))
\ No newline at end of file
+(add-system! (make-system "Edwin" 3 70 '()))
\ No newline at end of file