Skip to content

Commit

Permalink
fix this-command variable for keypad execution
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Feb 2, 2022
1 parent cdf5e30 commit 39fe100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meow-keypad.el
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ try replacing the last modifier and try again."
(describe-function cmd))
(let ((meow--keypad-this-command cmd))
(meow--keypad-quit)
(setq real-this-command cmd)
(setq real-this-command cmd
this-command cmd)
(call-interactively cmd))))
((keymapp cmd)
(when meow-keypad-message (meow--keypad-show-message))
Expand Down

0 comments on commit 39fe100

Please sign in to comment.