branch: externals/realgud
commit cf7facadecdea748aba3e1829e45c26232beb53b
Merge: 2c8caa5 3372328
Author: R. Bernstein <ro...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #209 from dangirsh/patch-2
    
    Add "until" to correct command hash
---
 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 9efec09..2c9b064 100644
--- a/realgud/debugger/trepan3k/init.el
+++ b/realgud/debugger/trepan3k/init.el
@@ -116,7 +116,7 @@ realgud-loc-pat struct")
 (setf (gethash "eval"  realgud:trepan3k-command-hash) "eval %s")
 (setf (gethash "pprint" realgud:trepan3k-command-hash) "pp %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