branch: elpa/keycast
commit eecef2353405cd432c6ac18dde80a0b9ef74981e
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    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