Fix thinko in previous change.
authorChris Hanson <org/chris-hanson/cph>
Sun, 8 Mar 1998 07:31:19 +0000 (07:31 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 8 Mar 1998 07:31:19 +0000 (07:31 +0000)
v7/src/edwin/debug.scm

index 46c34cac720ff94d9b8eaa706f219cd4a94d1fc0..02839e811a3b45d9331e0f590fb16e394e93c5c7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: debug.scm,v 1.42 1998/03/08 07:25:49 cph Exp $
+;;;    $Id: debug.scm,v 1.43 1998/03/08 07:31:19 cph Exp $
 ;;;
 ;;;    Copyright (c) 1992-98 Massachusetts Institute of Technology
 ;;;
@@ -987,11 +987,6 @@ The buffer below describes the current subproblem or reduction.
 \f
 ;;;; Debugger Entry
 
-(define-command browse-continuation
-  "Invoke the continuation-browser on CONTINUATION."
-  "XBrowse Continuation"
-  select-continuation-browser-buffer)
-
 (define (select-continuation-browser-buffer object #!optional thread)
   (set! value? #f)
   (let ((buffers (find-debugger-buffers)))
@@ -1016,6 +1011,11 @@ The buffer below describes the current subproblem or reduction.
             (select-buffer buffer))))
      ((ref-command browser-select-line)))))
 
+(define-command browse-continuation
+  "Invoke the continuation-browser on CONTINUATION."
+  "XBrowse Continuation"
+  select-continuation-browser-buffer)
+
 (define (make-debug-screen buffer)
   (and (multiple-screens?)
        (let ((new-screen?