hydra.el (defhydra): Declare indent 2

master
Oleh Krehel 11 years ago
parent 1660d71516
commit 7ead8dbf66
  1. 3
      hydra.el

@ -5,7 +5,7 @@
;; Author: Oleh Krehel <ohwoeowho@gmail.com> ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; Maintainer: Oleh Krehel <ohwoeowho@gmail.com> ;; Maintainer: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/hydra ;; URL: https://github.com/abo-abo/hydra
;; Version: 0.8.0 ;; Version: 0.8.1
;; Keywords: bindings ;; Keywords: bindings
;; Package-Requires: ((cl-lib "0.5")) ;; Package-Requires: ((cl-lib "0.5"))
@ -321,6 +321,7 @@ HEADS is a list of (KEY CMD &optional HINT &rest PLIST).
PLIST in both cases recognizes only the :color key so far, which PLIST in both cases recognizes only the :color key so far, which
in turn can be either red or blue." in turn can be either red or blue."
(declare (indent 2))
(unless (stringp docstring) (unless (stringp docstring)
(setq heads (cons docstring heads)) (setq heads (cons docstring heads))
(setq docstring "hydra")) (setq docstring "hydra"))

Loading…
Cancel
Save