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

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

[elpa] externals/realgud-ipdb 989f3c4 1/7: Fix realgud--ipdb-command-nam


From: Stefan Monnier
Subject: [elpa] externals/realgud-ipdb 989f3c4 1/7: Fix realgud--ipdb-command-name
Date: Mon, 15 Mar 2021 22:24:12 -0400 (EDT)

branch: externals/realgud-ipdb
commit 989f3c43ea8e63256f8f97e9132fd80d696c726f
Author: Anush V <junnu@athena.local>
Commit: Anush V <junnu@athena.local>

    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]