From: Chris Hanson Date: Sat, 16 Oct 1993 04:56:45 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~7751 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f3a8b84e40c2979e0d2259f264f65bfadf222476;p=mit-scheme.git Fix typo. --- 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