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

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

[elpa] externals/realgud 251eb8c 070/140: Small changes


From: Rocky Bernstein
Subject: [elpa] externals/realgud 251eb8c 070/140: Small changes
Date: Sat, 25 May 2019 19:35:35 -0400 (EDT)

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

    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 <address@hidden>
 
@@ -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)



reply via email to

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