From 6f940c148bf2731743d5184655432d30018fee38 Mon Sep 17 00:00:00 2001 From: "Michael R. Blair" Date: Mon, 30 Aug 1993 19:57:13 +0000 Subject: [PATCH] tweek comments --- v7/src/runtime/make.scm | 6 ++++-- v8/src/runtime/make.scm | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/make.scm b/v7/src/runtime/make.scm index d4ef966ff..c92ed1524 100644 --- a/v7/src/runtime/make.scm +++ b/v7/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.47 1993/06/25 21:08:16 gjr Exp $ +$Id: make.scm,v 14.48 1993/08/30 19:57:13 ziggy Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -461,7 +461,9 @@ MIT in each case. |# (RUNTIME ENVIRONMENT-INSPECTOR) (RUNTIME DEBUGGING-INFO) (RUNTIME DEBUGGER) + ;; Misc (e.g., version) (RUNTIME) + ;; Graphics (RUNTIME X-GRAPHICS) (RUNTIME STARBASE-GRAPHICS) ;; Emacs -- last because it installs hooks everywhere which must be initted. @@ -505,4 +507,4 @@ MIT in each case. |# (package/add-child! system-global-package 'USER user-initial-environment) (start-thread-timer) -(initial-top-level-repl) \ No newline at end of file +(initial-top-level-repl) diff --git a/v8/src/runtime/make.scm b/v8/src/runtime/make.scm index d4ef966ff..c92ed1524 100644 --- a/v8/src/runtime/make.scm +++ b/v8/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.47 1993/06/25 21:08:16 gjr Exp $ +$Id: make.scm,v 14.48 1993/08/30 19:57:13 ziggy Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -461,7 +461,9 @@ MIT in each case. |# (RUNTIME ENVIRONMENT-INSPECTOR) (RUNTIME DEBUGGING-INFO) (RUNTIME DEBUGGER) + ;; Misc (e.g., version) (RUNTIME) + ;; Graphics (RUNTIME X-GRAPHICS) (RUNTIME STARBASE-GRAPHICS) ;; Emacs -- last because it installs hooks everywhere which must be initted. @@ -505,4 +507,4 @@ MIT in each case. |# (package/add-child! system-global-package 'USER user-initial-environment) (start-thread-timer) -(initial-top-level-repl) \ No newline at end of file +(initial-top-level-repl) -- 2.25.1