branch: externals/realgud
commit 251eb8c971b2a706767326f4f8c6fc5221dd6bd8
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Small changes
---
realgud/debugger/trepan3k/init.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/realgud/debugger/trepan3k/init.el
b/realgud/debugger/trepan3k/init.el
index 2c9b064..a13da4d 100644
--- a/realgud/debugger/trepan3k/init.el
+++ b/realgud/debugger/trepan3k/init.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2010-2017 Free Software Foundation, Inc
+;; Copyright (C) 2010-2018 Free Software Foundation, Inc
;; Author: Rocky Bernstein <[email protected]>
@@ -113,13 +113,13 @@ realgud-loc-pat struct")
"Hash key is command name like 'shell' and the value is
the trepan3k command to use, like 'python'")
-(setf (gethash "eval" realgud:trepan3k-command-hash) "eval %s")
+(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:trepan3k-command-hash) "continue %l")
+(setf (gethash "shell" realgud:trepan3k-command-hash) "python")
+(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
+;; get a more recent version of trepan3k
(setf (gethash "quit" realgud:trepan3k-command-hash) "quit!")
(setf (gethash "trepan3k" realgud-command-hash) realgud:trepan3k-command-hash)