Fix byte-compiler warning

master
Oleh Krehel 10 years ago
parent 7e5f64e17b
commit 97c2270f71
  1. 2
      hydra-test.el
  2. 2
      hydra.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)

@ -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"))

Loading…
Cancel
Save