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

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

[elpa] master 614e1f7 07/72: `defhydra' should be indented as `defun'


From: Oleh Krehel
Subject: [elpa] master 614e1f7 07/72: `defhydra' should be indented as `defun'
Date: Fri, 06 Mar 2015 13:04:01 +0000

branch: master
commit 614e1f7cdbf17d9a97a965950578503a01734316
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    `defhydra' should be indented as `defun'
---
 hydra.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hydra.el b/hydra.el
index 70de566..d44893a 100644
--- a/hydra.el
+++ b/hydra.el
@@ -388,7 +388,7 @@ except a blue head can stop the Hydra state.
 :bind can be:
 - nil: this head will not be bound in BODY-MAP.
 - a lambda taking KEY and CMD used to bind a head"
-  (declare (indent 2))
+  (declare (indent defun))
   (unless (stringp docstring)
     (setq heads (cons docstring heads))
     (setq docstring "hydra"))



reply via email to

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