From 8b8db0696c246f8908be94b9947ffa97dd47b763 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 26 Oct 1993 00:31:19 +0000 Subject: [PATCH] Earlier change I made was lost by careless edit -- put it back in. --- v7/src/edwin/debug.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/debug.scm b/v7/src/edwin/debug.scm index 5fb95cb17..7f481709d 100644 --- a/v7/src/edwin/debug.scm +++ b/v7/src/edwin/debug.scm @@ -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) -- 2.25.1