#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.34 1992/04/09 17:22:24 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.35 1992/04/17 20:05:10 arthur Exp $
Copyright (c) 1989-92 Massachusetts Institute of Technology
"motcom"
"motion"
"notify"
+ "outline"
"occur"
"pasmod"
"print"
syntax-table/system-internal)
("occur" (edwin occurrence)
edwin-syntax-table)
+ ("outline" (edwin)
+ edwin-syntax-table)
("pasmod" (edwin)
edwin-syntax-table)
("paths" (edwin)
;;; -*-Scheme-*-
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.ldr,v 1.26 1992/04/09 17:22:25 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.ldr,v 1.27 1992/04/17 20:05:27 arthur Exp $
;;; program to load package contents
;;; **** This program (unlike most .ldr files) is not generated by a program.
(load "bochser" env)
(load "bochsmod" env)
((access initialize-bochser-mode! env)))
- (load "notify" environment)))
\ No newline at end of file
+ (load "notify" environment)
+ (load "outline" environment)))
\ No newline at end of file
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.88 1992/04/16 22:29:00 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.89 1992/04/17 20:05:18 arthur Exp $
Copyright (c) 1989-92 Massachusetts Institute of Technology
"tximod"
"manual" ; man page display
"print" ; printer output
- "notify") ; mode line notifications
+ "notify" ; mode line notifications
+ "outline") ; outline minor mode
(parent ())
(import (runtime rep)
hook/repl-eval)