emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/meow 9860a7a218: Correct unused lexical variable (#411)


From: ELPA Syncer
Subject: [nongnu] elpa/meow 9860a7a218: Correct unused lexical variable (#411)
Date: Thu, 9 Mar 2023 20:01:25 -0500 (EST)

branch: elpa/meow
commit 9860a7a218a2a6c2b773b041c2878d314d65a009
Author: Campbell Barton <ideasman42@gmail.com>
Commit: GitHub <noreply@github.com>

    Correct unused lexical variable (#411)
---
 meow-command.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meow-command.el b/meow-command.el
index 04ba703d08..13602c6ffd 100644
--- a/meow-command.el
+++ b/meow-command.el
@@ -1636,7 +1636,7 @@ This command is a replacement for built-in 
`kmacro-end-macro'."
   (interactive (list (help--read-key-sequence)))
   (if (= 1 (length key-list))
       (let* ((key (format-kbd-macro (cdar key-list)))
-             (cmd (key-binding (cdar key-list))))
+             (cmd (key-binding key)))
         (if-let ((dispatch (and (commandp cmd)
                                 (get cmd 'meow-dispatch))))
             (describe-key (kbd dispatch) buffer up-event)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]