branch: externals/realgud commit f8511661992147c2866690d671f582ebd6e5da2e Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
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-")