branch: master
commit b588ad0953fb6a8f75c8e771b8927f01a3c9c590
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Typo
---
realgud/debugger/trepan.pl/core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/debugger/trepan.pl/core.el
b/realgud/debugger/trepan.pl/core.el
index 1489324..bcd979c 100644
--- a/realgud/debugger/trepan.pl/core.el
+++ b/realgud/debugger/trepan.pl/core.el
@@ -150,7 +150,7 @@ Note that the script name path has been expanded via
`expand-file-name'.
(defun realgud:trepanpl-suggest-invocation (debugger-name)
"Suggest a trepanpl command invocation via `realgud-suggest-invocaton'"
- (realgud-suggest-invocation (or debugger realgud:trepanpl-command-name)
+ (realgud-suggest-invocation (or debugger-name realgud:trepanpl-command-name)
realgud:trepanpl-minibuffer-history
"perl" "\\.pl$" "trepan.pl"))