Typo.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 9 Dec 1987 22:11:26 +0000 (22:11 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 9 Dec 1987 22:11:26 +0000 (22:11 +0000)
v7/src/runtime/debug.scm

index b3c03dd11c021b8ae0f198b665b74d52a6902c4c..20903176c5cbdbd2b7f25b8da014ec2a17b2b8f4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/debug.scm,v 13.45 1987/12/09 21:51:55 jinx Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/debug.scm,v 13.46 1987/12/09 22:11:26 jinx Rel $
 ;;;
 ;;;    Copyright (c) 1987 Massachusetts Institute of Technology
 ;;;
       (begin (beep)
             (format "~%The compiled code debugger is not present in this system."))))
 
-(define-debug-command #\A debug-command
+(define-debug-command #\A debug-compiled
   "Invoke the compiled code debugger on the current continuation")
 \f
 ;;;; Reduction and continuation motion low-level