From: Michael R. Blair Date: Mon, 30 Aug 1993 19:57:13 +0000 (+0000) Subject: tweek comments X-Git-Tag: 20090517-FFI~7958 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6f940c148bf2731743d5184655432d30018fee38;p=mit-scheme.git tweek comments --- 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)