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

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

[nongnu] elpa/keycast eecef23534 23/31: Use this-single-command-keys


From: ELPA Syncer
Subject: [nongnu] elpa/keycast eecef23534 23/31: Use this-single-command-keys
Date: Sun, 9 Jan 2022 05:58:49 -0500 (EST)

branch: elpa/keycast
commit eecef2353405cd432c6ac18dde80a0b9ef74981e
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Use this-single-command-keys
---
 keycast.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keycast.el b/keycast.el
index 5882b20699..9c12c431ce 100644
--- a/keycast.el
+++ b/keycast.el
@@ -208,7 +208,7 @@ instead."
   ;; Remember these values because the mode line update won't actually
   ;; happen until we return to the command loop and by that time these
   ;; values have been reset to nil.
-  (setq keycast--this-command-keys (this-command-keys))
+  (setq keycast--this-command-keys (this-single-command-keys))
   (setq keycast--this-command this-command)
   (when keycast-log-mode
     (keycast-log-update-buffer))



reply via email to

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