branch: master
commit 785eb680bf3115f7fdcf308dda32649322fa1ace
Author: Clément Pit--Claudel <[email protected]>
Commit: Clément Pit--Claudel <[email protected]>
Remove unwanted argument in call to cmd-run-command
(this is a leftover from d2b8d132388d18c0ce865a21eafc666ecb7d2b03)
---
realgud/common/cmds.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/common/cmds.el b/realgud/common/cmds.el
index 03990f5..ca83a1c 100644
--- a/realgud/common/cmds.el
+++ b/realgud/common/cmds.el
@@ -237,7 +237,7 @@ If no argument specified use 0 or the most recent frame."
"Move the current frame to a newer (more recent) frame.
With a numeric argument move that many levels forward."
(interactive "p")
- (realgud:cmd-run-command arg "down" "down %p" "<" t t)
+ (realgud:cmd-run-command arg "down" "down %p" t t)
)
(defun realgud:cmd-next(&optional arg)