Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Sat, 16 Oct 1993 04:56:45 +0000 (04:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 16 Oct 1993 04:56:45 +0000 (04:56 +0000)
v7/src/edwin/intmod.scm

index e49035df86c24a02278ef6f62dee59df6fdf87a1..186f310296c4c87e926615d2366b37fd2dd49a75 100644 (file)
@@ -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>"))
 \f
 ;;; Miscellaneous