From 67e454bf10de4bae0b154d6d4e587b6398424a06 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Wed, 6 Feb 2019 11:51:30 +0100 Subject: [PATCH] hydra.el (defhydra+): Update indent spec Re #185 --- hydra.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.el b/hydra.el index 39dc815..3bfda15 100644 --- a/hydra.el +++ b/hydra.el @@ -1367,7 +1367,7 @@ result of `defhydra'." (defmacro defhydra+ (name body &optional docstring &rest heads) "Redefine an existing hydra by adding new heads. Arguments are same as of `defhydra'." - (declare (indent 1)) + (declare (indent defun) (doc-string 3)) (unless (stringp docstring) (setq heads (cons docstring heads))