branch: master
commit bfa52c596e6a1b3adbeb5cecc510a4eec8b5b63d
Author: rocky <[email protected]>
Commit: rocky <[email protected]>

    caddr -> cl-caddr. Fill in %s on format.
---
 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 1745302..8bbdd70 100644
--- a/realgud/common/cmds.el
+++ b/realgud/common/cmds.el
@@ -49,7 +49,7 @@ a shortcut for that key."
        (setq cmd default-cmd-template))
       )
     (if (equal cmd "*not-implemented*")
-       (message "Command %s is not implemented for this debugger")
+       (message "Command %s is not implemented for this debugger" cmd)
       ;; else
       (progn
        (realgud-command cmd arg no-record? frame-switch? realgud-prompts?)

Reply via email to