emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/realgud 3372328 067/140: Add "until" to correct command


From: Rocky Bernstein
Subject: [elpa] externals/realgud 3372328 067/140: Add "until" to correct command hash
Date: Sat, 25 May 2019 19:35:34 -0400 (EDT)

branch: externals/realgud
commit 3372328221fd707815856f94d922b46bbda69bd4
Author: Dan <address@hidden>
Commit: GitHub <address@hidden>

    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

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