guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/03: Fix exception when running ",help debug"


From: Andy Wingo
Subject: [Guile-commits] 01/03: Fix exception when running ",help debug"
Date: Sun, 28 Aug 2016 09:38:41 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit aa86ae6bf917846b9e223bb071ecd9609593b58e
Author: Andy Wingo <address@hidden>
Date:   Thu Aug 25 16:08:50 2016 +0200

    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 e845863..acb18e0 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]