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

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

[elpa] master 7ead8db 06/17: hydra.el (defhydra): Declare indent 2


From: Oleh Krehel
Subject: [elpa] master 7ead8db 06/17: hydra.el (defhydra): Declare indent 2
Date: Tue, 10 Feb 2015 07:13:24 +0000

branch: master
commit 7ead8dbf66fbdfefbd4e7e9d851ff24c88d14cd2
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    hydra.el (defhydra): Declare indent 2
---
 hydra.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/hydra.el b/hydra.el
index db0a89b..47f8670 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.8.0
+;; Version: 0.8.1
 ;; Keywords: bindings
 ;; 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
 in turn can be either red or blue."
+  (declare (indent 2))
   (unless (stringp docstring)
     (setq heads (cons docstring heads))
     (setq docstring "hydra"))



reply via email to

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