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

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

[elpa] externals/realgud-ipdb 40c4d1c 2/7: Merge pull request #4 from ju


From: Stefan Monnier
Subject: [elpa] externals/realgud-ipdb 40c4d1c 2/7: Merge pull request #4 from junnu-github/master
Date: Mon, 15 Mar 2021 22:24:13 -0400 (EDT)

branch: externals/realgud-ipdb
commit 40c4d1c20482b0615ed9d56447a29e7e1d6bc17c
Merge: 3642767 989f3c4
Author: R. Bernstein <rocky@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #4 from junnu-github/master
    
    Fix realgud--ipdb-command-name
---
 ipdb/core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipdb/core.el b/ipdb/core.el
index 7468299..9201833 100644
--- a/ipdb/core.el
+++ b/ipdb/core.el
@@ -175,7 +175,7 @@ Note that the script name path has been expanded via 
`expand-file-name'.
 
 (defun ipdb-suggest-invocation (debugger-name)
   "Suggest a ipdb command invocation via `realgud-suggest-invocaton'"
-  (realgud-suggest-invocation (or debugger-name realgud--ipdb-command-name)
+  (realgud-suggest-invocation (or realgud--ipdb-command-name debugger-name)
                              realgud--ipdb-minibuffer-history
                              "python" "\\.py"))
 



reply via email to

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