Move variable definition from "manual" to "loadef".
authorChris Hanson <org/chris-hanson/cph>
Sat, 26 Oct 1991 21:11:05 +0000 (21:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 26 Oct 1991 21:11:05 +0000 (21:11 +0000)
v7/src/edwin/loadef.scm
v7/src/edwin/manual.scm

index 6e71adbca637aab764ad61270aba4921e409f1c8..c5ed9d704eb1cc75be2d3ab0aab09ef0d0ac9eb1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/loadef.scm,v 1.12 1991/09/20 20:46:33 arthur Exp $
+;;;    $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 $
 ;;;
 ;;;    Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology
 ;;;
@@ -136,6 +136,12 @@ modified version of TeX input format.")
 (define-autoload-command 'manual-entry 'MANUAL
   "Display UNIX man page.")
 
+(define-variable manual-entry-reuse-buffer?
+  "If true, MANUAL-ENTRY uses buffer *Manual-Entry* for all entries.
+Otherwise, a new buffer is created for each topic."
+  false
+  boolean?)
+
 (define-library 'print
   '("print" (EDWIN)))
 
index b2c1f8d06c698dae6130bb390b7041301a3b7815..9b6a1b5915829d70b665d044113d46044acba291 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/manual.scm,v 1.6 1991/10/26 21:08:05 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/manual.scm,v 1.7 1991/10/26 21:11:05 cph Exp $
 ;;;
 ;;;    Copyright (c) 1991 Massachusetts Institute of Technology
 ;;;
 
 (declare (usual-integrations))
 \f
-(define-variable manual-entry-reuse-buffer?
-  "If true, MANUAL-ENTRY uses buffer *Manual-Entry* for all entries.
-Otherwise, a new buffer is created for each topic."
-  false
-  boolean?)
-
 (define-command manual-entry
   "Display the Unix manual entry for TOPIC.
 TOPIC is either the title of the entry, or has the form TITLE(SECTION)