tweek comments
authorMichael R. Blair <edu/mit/csail/zurich/ziggy>
Mon, 30 Aug 1993 19:57:13 +0000 (19:57 +0000)
committerMichael R. Blair <edu/mit/csail/zurich/ziggy>
Mon, 30 Aug 1993 19:57:13 +0000 (19:57 +0000)
v7/src/runtime/make.scm
v8/src/runtime/make.scm

index d4ef966ff9d09594c01f7161e81d332623b906ca..c92ed15240caa4831a6e17472f762711ab3fc519 100644 (file)
@@ -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)
index d4ef966ff9d09594c01f7161e81d332623b906ca..c92ed15240caa4831a6e17472f762711ab3fc519 100644 (file)
@@ -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)