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

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

[elpa] externals/hydra 67e454bf10 29/46: hydra.el (defhydra+): Update in


From: Stefan Monnier
Subject: [elpa] externals/hydra 67e454bf10 29/46: hydra.el (defhydra+): Update indent spec
Date: Tue, 25 Oct 2022 22:27:22 -0400 (EDT)

branch: externals/hydra
commit 67e454bf10de4bae0b154d6d4e587b6398424a06
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    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 39dc8156db..3bfda1587f 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))



reply via email to

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