We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8754857 commit 9860a7aCopy full SHA for 9860a7a
meow-command.el
@@ -1636,7 +1636,7 @@ This command is a replacement for built-in `kmacro-end-macro'."
1636
(interactive (list (help--read-key-sequence)))
1637
(if (= 1 (length key-list))
1638
(let* ((key (format-kbd-macro (cdar key-list)))
1639
- (cmd (key-binding (cdar key-list))))
+ (cmd (key-binding key)))
1640
(if-let ((dispatch (and (commandp cmd)
1641
(get cmd 'meow-dispatch))))
1642
(describe-key (kbd dispatch) buffer up-event)
0 commit comments