Altered order of graphics initialization to make X the default graphics
authorStephen Adams <edu/mit/csail/zurich/adams>
Sun, 19 Sep 1993 22:38:02 +0000 (22:38 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Sun, 19 Sep 1993 22:38:02 +0000 (22:38 +0000)
device type (in preference to starbase).

v7/src/runtime/make.scm
v8/src/runtime/make.scm

index c92ed15240caa4831a6e17472f762711ab3fc519..3729e6994395ba2afc6464935ba29f18625a1a6d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 14.48 1993/08/30 19:57:13 ziggy Exp $
+$Id: make.scm,v 14.49 1993/09/19 22:38:02 adams Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -463,9 +463,9 @@ MIT in each case. |#
    (RUNTIME DEBUGGER)
    ;; Misc (e.g., version)
    (RUNTIME)
-   ;; Graphics
-   (RUNTIME X-GRAPHICS)
+   ;; Graphics.  The last system loaded is the default for MAKE-GRAPHICS-DEVICE
    (RUNTIME STARBASE-GRAPHICS)
+   (RUNTIME X-GRAPHICS)
    ;; Emacs -- last because it installs hooks everywhere which must be initted.
    (RUNTIME EMACS-INTERFACE)
    ;; More debugging
index c92ed15240caa4831a6e17472f762711ab3fc519..3729e6994395ba2afc6464935ba29f18625a1a6d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 14.48 1993/08/30 19:57:13 ziggy Exp $
+$Id: make.scm,v 14.49 1993/09/19 22:38:02 adams Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -463,9 +463,9 @@ MIT in each case. |#
    (RUNTIME DEBUGGER)
    ;; Misc (e.g., version)
    (RUNTIME)
-   ;; Graphics
-   (RUNTIME X-GRAPHICS)
+   ;; Graphics.  The last system loaded is the default for MAKE-GRAPHICS-DEVICE
    (RUNTIME STARBASE-GRAPHICS)
+   (RUNTIME X-GRAPHICS)
    ;; Emacs -- last because it installs hooks everywhere which must be initted.
    (RUNTIME EMACS-INTERFACE)
    ;; More debugging