From: Oleh Krehel Date: Tue, 8 Dec 2015 09:22:43 +0000 (+0100) Subject: Fix byte-compiler warning X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/97c2270f7138530de21f773f094c1495498cac78 Fix byte-compiler warning --- diff --git a/hydra-test.el b/hydra-test.el index 3fcd403b4..a40a0caea 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 d4160bf88..a7a71acc7 100644 --- a/hydra.el +++ b/hydra.el @@ -5,7 +5,7 @@ ;; Author: Oleh Krehel ;; Maintainer: Oleh Krehel ;; URL: https://github.com/abo-abo/hydra -;; Version: 0.13.3 +;; Version: 0.13.4 ;; Keywords: bindings ;; Package-Requires: ((cl-lib "0.5"))