#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.24 1991/08/28 14:54:51 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.25 1991/09/18 13:56:26 arthur Exp $
Copyright (c) 1989-91 Massachusetts Institute of Technology
"loadef"
"lspcom"
"malias"
+ "manual"
"midas"
"modefs"
"modes"
syntax-table/system-internal)
("malias" (edwin mail-alias)
edwin-syntax-table)
+ ("manual" (edwin)
+ edwin-syntax-table)
("midas" (edwin)
edwin-syntax-table)
("modefs" (edwin)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.60 1991/09/12 23:45:01 arthur Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.61 1991/09/18 13:56:05 arthur Exp $
Copyright (c) 1989-91 Massachusetts Institute of Technology
"c-mode"
"midas"
"pasmod"
- "tximod")
+ "tximod"
+ "manual") ; man page display
(parent ())
(import (runtime rep)
hook/repl-eval)
;;; -*-Scheme-*-
;;;
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/loadef.scm,v 1.10 1991/08/28 14:15:28 bal Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/loadef.scm,v 1.11 1991/09/18 13:56:13 arthur Exp $
;;;
;;; Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology
;;;
(define-variable texinfo-mode-hook
"An event distributor that is invoked when entering Texinfo mode."
(make-event-distributor))
+
+;;;; Other Libraries
+
+(define-library 'manual
+ '("manual" (EDWIN)))
+
+(define-autoload-command 'manual-entry 'MANUAL
+ "Display UNIX man page.")
\ No newline at end of file
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.58 1991/09/17 14:44:26 arthur Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/make.scm,v 3.59 1991/09/18 13:55:51 arthur Exp $
Copyright (c) 1989-91 Massachusetts Institute of Technology
(declare (usual-integrations))
(package/system-loader "edwin" '() 'QUERY)
-(add-system! (make-system "Edwin" 3 58 '()))
\ No newline at end of file
+(add-system! (make-system "Edwin" 3 59 '()))
\ No newline at end of file