1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00

Fix exception when running ",help debug"

* module/system/repl/command.scm (*command-table*): Remove entry for
  ",procedure", a command removed a few months ago.
This commit is contained in:
Andy Wingo 2016-08-25 16:08:50 +02:00
parent 8f2f8db10b
commit aa86ae6bf9

View file

@ -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)