Earlier change I made was lost by careless edit -- put it back in.
authorChris Hanson <org/chris-hanson/cph>
Tue, 26 Oct 1993 00:31:19 +0000 (00:31 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 26 Oct 1993 00:31:19 +0000 (00:31 +0000)
v7/src/edwin/debug.scm

index 5fb95cb17fa7418d6cd3d9cfd225820fc606cc11..7f481709d75df3a1795de8f7581f66a0607f7329 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: debug.scm,v 1.21 1993/10/16 07:40:55 cph Exp $
+;;;    $Id: debug.scm,v 1.22 1993/10/26 00:31:19 cph Exp $
 ;;;
 ;;;    Copyright (c) 1992-93 Massachusetts Institute of Technology
 ;;;
@@ -1194,7 +1194,7 @@ The buffer below describes the current subproblem or reduction.
              (fluid-let ((starting-debugger? true))
                (select-continuation-browser-buffer condition))
              (message error-type-name " error")))
-       (abort-current-command))))
+       (return-to-command-loop #f))))
 
 (define starting-debugger? false)
 \f