#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.31 1992/02/08 15:23:28 cph Exp $
+$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 $
Copyright (c) 1989-92 Massachusetts Institute of Technology
"modlin"
"motcom"
"motion"
+ "notify"
"pasmod"
"print"
"process"
edwin-syntax-table)
("motion" (edwin)
syntax-table/system-internal)
+ ("notify" (edwin)
+ syntax-table/system-internal)
("nvector" (edwin)
syntax-table/system-internal)
("pasmod" (edwin)
;;; -*-Scheme-*-
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.ldr,v 1.23 1992/02/08 15:23:33 cph Exp $
+;;; $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 $
;;; program to load package contents
;;; **** This program (unlike most .ldr files) is not generated by a program.
(let ((env (->environment '(EDWIN BOCHSER))))
(load "bochser" env)
(load "bochsmod" env)
- ((access initialize-bochser-mode! env)))))
\ No newline at end of file
+ ((access initialize-bochser-mode! env)))
+ (load "notify" environment)))
\ No newline at end of file
;;; -*-Scheme-*-
;;;
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modlin.scm,v 1.12 1991/11/04 20:51:24 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modlin.scm,v 1.13 1992/02/14 22:30:53 arthur Exp $
;;;
;;; Copyright (c) 1989-91 Massachusetts Institute of Technology
;;;
mode-line-buffer-identification
" "
global-mode-string
+ notify-string
" %[(%M%m%n"
mode-line-process
")%]----"