From aa86ae6bf917846b9e223bb071ecd9609593b58e Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 25 Aug 2016 16:08:50 +0200 Subject: [PATCH] Fix exception when running ",help debug" * module/system/repl/command.scm (*command-table*): Remove entry for ",procedure", a command removed a few months ago. --- module/system/repl/command.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm index e84586318..acb18e0a0 100644 --- a/module/system/repl/command.scm +++ b/module/system/repl/command.scm @@ -58,7 +58,7 @@ (disassemble x) (disassemble-file xx)) (profile (time t) (profile pr) (trace tr)) (debug (backtrace bt) (up) (down) (frame fr) - (procedure proc) (locals) (error-message error) + (locals) (error-message error) (break br bp) (break-at-source break-at bs) (step s) (step-instruction si) (next n) (next-instruction ni)