branch: elpa/magit
commit 3f2a501ec8c327da166e000c5bd9dd77e139aa65
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Revert "magit-insert-section: Fix indent declaration"
This reverts commit a5962c0b916c1caf211a4f87fb85023068ab50b9,
and adds "sic" to put an end to the flip-flopping.
This is better in cases where we put the first argument on a new line.
The NAME argument is only very rarely not omitted, so do not optimize
for that by using the `defun' style.
---
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 529ca22832f..d737157c130 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 defun)
+ (declare (indent 1) ;sic
(debug ([&optional symbolp]
(&or [("eval" form) &optional form form &rest form]
[symbolp &optional form form &rest form])