branch: master commit 97c2270f7138530de21f773f094c1495498cac78 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
Fix byte-compiler warning --- hydra-test.el | 2 +- hydra.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hydra-test.el b/hydra-test.el index 3fcd403..a40a0ca 100644 --- a/hydra-test.el +++ b/hydra-test.el @@ -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) diff --git a/hydra.el b/hydra.el index d4160bf..a7a71ac 100644 --- a/hydra.el +++ b/hydra.el @@ -5,7 +5,7 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; Maintainer: Oleh Krehel <ohwoeo...@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"))