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

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

[elpa] externals/taxy c3cd08f: Change: (taxy-magit-section-insert) Funct


From: ELPA Syncer
Subject: [elpa] externals/taxy c3cd08f: Change: (taxy-magit-section-insert) Function indentation
Date: Wed, 8 Sep 2021 06:57:20 -0400 (EDT)

branch: externals/taxy
commit c3cd08f4f8b97522802c751939a1f607abedd6e3
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Change: (taxy-magit-section-insert) Function indentation
---
 taxy-magit-section.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index bfb0883..49a573a 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -74,6 +74,7 @@ taxys; if `last', insert them after descendants.  
INITIAL-DEPTH
 is the initial indentation depth; it may be, e.g. -1 to make the
 second level unindented.  BLANK-BETWEEN-DEPTH is the level up to
 which blank lines are inserted between sections at that level."
+  (declare (indent defun))
   (let* ((magit-section-set-visibility-hook
           (cons #'taxy-magit-section-visibility 
magit-section-set-visibility-hook)))
     (cl-labels ((insert-item



reply via email to

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