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

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

[elpa] externals/realgud f851166 089/140: Bug in kshdb initialization


From: Rocky Bernstein
Subject: [elpa] externals/realgud f851166 089/140: Bug in kshdb initialization
Date: Sat, 25 May 2019 19:35:39 -0400 (EDT)

branch: externals/realgud
commit f8511661992147c2866690d671f582ebd6e5da2e
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Bug in kshdb initialization
---
 realgud/debugger/kshdb/init.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/realgud/debugger/kshdb/init.el b/realgud/debugger/kshdb/init.el
index ed4281c..6de3d60 100644
--- a/realgud/debugger/kshdb/init.el
+++ b/realgud/debugger/kshdb/init.el
@@ -119,8 +119,11 @@ realgud-loc-pat struct")
 
 ;; (setf (gethash "quit" realgud:kshdb-command-hash) "quit!")
 
-(setf (gethash "kshdb" realgud-pat-hash) realgud:kshdb-pat-hash)
-(setf (gethash "clear" realgud:kshdb-command-hash) "clear %l")
-(setf (gethash "eval" realgud:kshdb-command-hash) "eval %s")
+(setf (gethash "kshdb" realgud-command-hash) realgud:kshdb-command-hash)
+
+(setf (gethash "clear"  realgud:kshdb-command-hash) "clear %l")
+(setf (gethash "eval"   realgud:kshdb-command-hash) "eval %s")
+(setf (gethash "quit"   realgud:bashdb-command-hash) "quit")
+(setf (gethash "until"  realgud:bashdb-command-hash) "continue %l")
 
 (provide-me "realgud:kshdb-")



reply via email to

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