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

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

[elpa] master 2f07e50 26/45: Account for digit argument


From: Oleh Krehel
Subject: [elpa] master 2f07e50 26/45: Account for digit argument
Date: Thu, 16 Apr 2015 12:45:50 +0000

branch: master
commit 2f07e509399ade82366b31a688595a12f326b469
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Account for digit argument
    
    * hydra.el (hydra--clearfun): Update. digit-argument will modify
      this-command-keys-vector, but not this-single-command-keys.
    
    Fixes #104
---
 hydra.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hydra.el b/hydra.el
index 1397035..0d219e3 100644
--- a/hydra.el
+++ b/hydra.el
@@ -111,7 +111,7 @@ warn: keep KEYMAP and issue a warning instead of running 
the command."
                            keyboard-quit))
       (hydra-disable)
     (unless (eq this-command
-                (lookup-key hydra-curr-map (this-command-keys-vector)))
+                (lookup-key hydra-curr-map (this-single-command-keys)))
       (unless (cl-case hydra-curr-foreign-keys
                 (warn
                  (setq this-command 'hydra-amaranth-warn))



reply via email to

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