]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix byte-compiler warning
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 8 Dec 2015 09:22:43 +0000 (10:22 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 8 Dec 2015 09:24:28 +0000 (10:24 +0100)
hydra-test.el
hydra.el

index 3fcd403b4edf920bccb7f233f1297ec81ef3b9ca..a40a0caeadd74c7ea3f6c40c325c959f62375f4c 100644 (file)
@@ -1310,7 +1310,7 @@ _w_ Worf:                      % -8`hydra-tng/worf^^    _h_ Set phasers to
               (goto-char (point-max))
               (search-backward "|")
               (delete-char 1)
-              (setq current-prefix-arg)
+              (setq current-prefix-arg nil)
               ,@body
               (insert "|")
               (when (region-active-p)
index d4160bf88c26b008d48ac43faf2c0dc8c9d36a4f..a7a71acc737ddff39fce2a34b0a2f338cb8ecc34 100644 (file)
--- a/hydra.el
+++ b/hydra.el
@@ -5,7 +5,7 @@
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; Maintainer: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/hydra
-;; Version: 0.13.3
+;; Version: 0.13.4
 ;; Keywords: bindings
 ;; Package-Requires: ((cl-lib "0.5"))