From 964aba3053bf7be254eacc4d74088f4026abfabb Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 1 Nov 1994 23:12:09 +0000 Subject: [PATCH] Added a message to INFERIOR-REPL-DEBUG as this may take a long time when initially started. --- v7/src/edwin/intmod.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/edwin/intmod.scm b/v7/src/edwin/intmod.scm index 107ec7e35..b9467684b 100644 --- a/v7/src/edwin/intmod.scm +++ b/v7/src/edwin/intmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: intmod.scm,v 1.84 1994/09/16 00:30:05 cph Exp $ +;;; $Id: intmod.scm,v 1.85 1994/11/01 23:12:09 adams Exp $ ;;; ;;; Copyright (c) 1986, 1989-94 Massachusetts Institute of Technology ;;; @@ -473,6 +473,7 @@ Additionally, these commands abort the command loop: If this is an error, the debugger examines the error condition." () (lambda () + (temporary-message "Starting continuation browser...") (let ((port (buffer-interface-port (current-buffer)))) (start-continuation-browser port -- 2.25.1