diff --git a/meow-util.el b/meow-util.el index d3ce675..212ed6c 100644 --- a/meow-util.el +++ b/meow-util.el @@ -56,6 +56,7 @@ (when-let* ((ret (key-binding (read-kbd-macro kbd-macro)))) (cond ((commandp ret) + (setq this-command ret) (call-interactively ret)) ((and (not meow-use-keypad-when-execute-kbd) (keymapp ret))