From: Chris Hanson Date: Thu, 3 Aug 1989 01:32:31 +0000 (+0000) Subject: Move definitions of `info-tags-table-{start,end}' to "info.scm". X-Git-Tag: 20090517-FFI~11903 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ef26b6c8aaf9cff8938cd8e1f9c6e2a631dddcf3;p=mit-scheme.git Move definitions of `info-tags-table-{start,end}' to "info.scm". --- diff --git a/v7/src/edwin/loadef.scm b/v7/src/edwin/loadef.scm index ffab48b2b..5a2310d20 100644 --- a/v7/src/edwin/loadef.scm +++ b/v7/src/edwin/loadef.scm @@ -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.")