From f3a8b84e40c2979e0d2259f264f65bfadf222476 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 16 Oct 1993 04:56:45 +0000 Subject: [PATCH] Fix typo. --- v7/src/edwin/intmod.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/intmod.scm b/v7/src/edwin/intmod.scm index e49035df8..186f31029 100644 --- a/v7/src/edwin/intmod.scm +++ b/v7/src/edwin/intmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: intmod.scm,v 1.66 1993/10/15 23:50:20 cph Exp $ +;;; $Id: intmod.scm,v 1.67 1993/10/16 04:56:45 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology ;;; @@ -933,7 +933,7 @@ If this is an error, the debugger examines the error condition." level))) (define suppress-standard-prompts? #t) -(define standard-prompts '("]=>" "error>" "break>" "bkpt")) +(define standard-prompts '("]=>" "error>" "break>" "bkpt>")) ;;; Miscellaneous -- 2.25.1