Move definitions of `info-tags-table-{start,end}' to "info.scm".
authorChris Hanson <org/chris-hanson/cph>
Thu, 3 Aug 1989 01:32:31 +0000 (01:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 3 Aug 1989 01:32:31 +0000 (01:32 +0000)
v7/src/edwin/loadef.scm

index ffab48b2bb649ca3620fdbab78974af4c7d81c4c..5a2310d206830a477f3a035e13867ff93d5cc9de 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/loadef.scm,v 1.3 1989/04/28 22:51:06 cph Rel $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/loadef.scm,v 1.4 1989/08/03 01:32:31 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989 Massachusetts Institute of Technology
 ;;;
@@ -67,8 +67,6 @@ The Scheme code is executed when the node is selected."
   "Default search string for Info \\[info-search] command to search for."
   false)
 
-(define-variable info-tag-table-start "")
-(define-variable info-tag-table-end "")
 (define-autoload-command 'info 'INFO
   "Create a buffer for Info, the documentation browser program.")