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

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

[elpa] master 97c2270 8/9: Fix byte-compiler warning


From: Oleh Krehel
Subject: [elpa] master 97c2270 8/9: Fix byte-compiler warning
Date: Tue, 08 Dec 2015 09:26:23 +0000

branch: master
commit 97c2270f7138530de21f773f094c1495498cac78
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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 <address@hidden>
 ;; Maintainer: Oleh Krehel <address@hidden>
 ;; URL: https://github.com/abo-abo/hydra
-;; Version: 0.13.3
+;; Version: 0.13.4
 ;; Keywords: bindings
 ;; Package-Requires: ((cl-lib "0.5"))
 



reply via email to

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