Skip to content

Commit

Permalink
Remove keymap-lookup usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Dec 1, 2024
1 parent 835e52d commit 888615a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meow-keypad.el
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ try replacing the last modifier and try again."
meow--use-meta
meow--use-both)
(let* ((key-str (meow--keypad-format-keys nil))
(cmd (keymap-lookup nil key-str t)))
(cmd (key-binding (kbd key-str))))
(cond
((commandp cmd t)
(setq current-prefix-arg meow--prefix-arg
Expand Down

0 comments on commit 888615a

Please sign in to comment.