#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.28 1991/11/26 20:10:33 markf Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/decls.scm,v 1.29 1992/01/10 18:52:50 bal Exp $
Copyright (c) 1989-91 Massachusetts Institute of Technology
"simple"
"syntax"
"tags"
+ "techinfo"
"telnet"
"texcom"
"things"
edwin-syntax-table)
("tags" (edwin tags)
edwin-syntax-table)
+ ("techinfo" (edwin)
+ edwin-syntax-table)
("telnet" (edwin)
edwin-syntax-table)
("termcap" (edwin console-screen)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.71 1992/01/09 17:54:28 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edwin.pkg,v 1.72 1992/01/10 18:54:57 bal Exp $
Copyright (c) 1989-92 Massachusetts Institute of Technology
"scrcom" ; screen commands
"sercom" ; search commands
"shell" ; shell subprocess commands
+ "techinfo" ; techinfo commands
"telnet" ; telnet subprocess commands
"texcom" ; text commands
"wincom" ; window commands
;;; -*-Scheme-*-
;;;
-;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/loadef.scm,v 1.13 1991/10/26 21:10:56 cph Exp $
+;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/loadef.scm,v 1.14 1992/01/10 18:52:19 bal Exp $
;;;
;;; Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology
;;;
(declare (usual-integrations))
\f
;;;; Major Mode Libraries
+(define-library 'TECHINFO-MODE
+ '("techinfo" (EDWIN)))
+
+(define-autoload-major-mode 'techinfo 'fundamental "TechInfo" 'TECHINFO-MODE
+ "Mode for accessing the TechInfo database.")
+
+(define-autoload-command 'techinfo 'TECHINFO-MODE
+ "Enter TechInfo mode.")
+
(define-library 'TELNET-MODE
'("telnet" (EDWIN)))