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

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

[elpa] master 785eb68 168/215: Remove unwanted argument in call to cmd-r


From: Rocky Bernstein
Subject: [elpa] master 785eb68 168/215: Remove unwanted argument in call to cmd-run-command
Date: Sat, 30 Jul 2016 14:49:03 +0000 (UTC)

branch: master
commit 785eb680bf3115f7fdcf308dda32649322fa1ace
Author: Clément Pit--Claudel <address@hidden>
Commit: Clément Pit--Claudel <address@hidden>

    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)



reply via email to

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