#| -*-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
"shell"
"simple"
"syntax"
- "tags"
+ "tagutl"
"techinfo"
"telnet"
"texcom"
edwin-syntax-table)
("syntax" (edwin)
edwin-syntax-table)
- ("tags" (edwin tags)
+ ("tagutl" (edwin tags)
edwin-syntax-table)
("techinfo" (edwin)
edwin-syntax-table)
;;; -*-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)
#| -*-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
(parent (edwin)))
(define-package (edwin tags)
- (files "tags")
+ (files "tagutl")
(parent (edwin))
(export (edwin)
edwin-command$find-tag
#| -*-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
"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