summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-08-25 16:08:50 +0200
committerAndy Wingo <wingo@pobox.com>2016-08-25 16:08:50 +0200
commitaa86ae6bf917846b9e223bb071ecd9609593b58e (patch)
treec572e716b12514253e7e5634721449978437e33a
parent8f2f8db10b44a8f65a713937bbe3e73d5b92e5a5 (diff)
downloadguile-aa86ae6bf917846b9e223bb071ecd9609593b58e.tar.gz
Fix exception when running ",help debug"
* module/system/repl/command.scm (*command-table*): Remove entry for ",procedure", a command removed a few months ago.
-rw-r--r--module/system/repl/command.scm2
1 files changed, 1 insertions, 1 deletions
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)