branch: elpa/magit
commit a5962c0b916c1caf211a4f87fb85023068ab50b9
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-insert-section: Fix indent declaration
---
lisp/magit-section.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index d1b8d2949ba..6ca2f6b65d7 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -1381,7 +1381,7 @@ a section by washing Git's output and Git didn't actually
output
anything this time around.
\(fn [NAME] (CLASS &optional VALUE HIDE) &rest BODY)"
- (declare (indent 1)
+ (declare (indent defun)
(debug ([&optional symbolp]
(&or [("eval" form) &optional form form &rest form]
[symbolp &optional form form &rest form])