branch: externals/realgud
commit 3372328221fd707815856f94d922b46bbda69bd4
Author: Dan <dangi...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Add "until" to correct command hash
    
    "until" was being added to the wrong hash table.
---
 realgud/debugger/trepan3k/init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/realgud/debugger/trepan3k/init.el 
b/realgud/debugger/trepan3k/init.el
index ed4740d..c42cc7d 100644
--- a/realgud/debugger/trepan3k/init.el
+++ b/realgud/debugger/trepan3k/init.el
@@ -115,7 +115,7 @@ realgud-loc-pat struct")
 
 (setf (gethash "eval"  realgud:trepan3k-command-hash) "eval %s")
 (setf (gethash "shell" realgud:trepan3k-command-hash) "python")
-(setf (gethash "until" realgud-command-hash) "continue %l")
+(setf (gethash "until" realgud:trepan3k-command-hash) "continue %l")
 
 ;; If your version of trepan3k doesn't support "quit!",
 ;; get a more recent version of trepan2

Reply via email to