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

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

[elpa] externals/taxy-magit-section 1a209a6051: Fix: (defclass taxy-magi


From: ELPA Syncer
Subject: [elpa] externals/taxy-magit-section 1a209a6051: Fix: (defclass taxy-magit-section-section)
Date: Thu, 13 Oct 2022 13:58:08 -0400 (EDT)

branch: externals/taxy-magit-section
commit 1a209a60516a955ffbe80a03158c961d35e237b7
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: (defclass taxy-magit-section-section)
    
    Should have been caught by my linter, but the script was not
    up-to-date.  Oops.
    
    Released as 0.12.1.
---
 README.org              |  5 +++++
 taxy-magit-section.el   |  4 ++--
 taxy-magit-section.info | 48 ++++++++++++++++++++++++++++++------------------
 3 files changed, 37 insertions(+), 20 deletions(-)

diff --git a/README.org b/README.org
index d3c2f5042a..5345f9bc2d 100644
--- a/README.org
+++ b/README.org
@@ -32,6 +32,11 @@ This library renders 
[[https://github.com/alphapapa/taxy.el][Taxy]] structs with
 :TOC:      :depth 0
 :END:
 
+** 0.12.1
+
+*Fixes*
++ Compilation error.
+
 ** 0.12
 
 *Fixes*
diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index b12620fc4a..45e9d48f47 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -5,7 +5,7 @@
 ;; Author: Adam Porter <adam@alphapapa.net>
 ;; Maintainer: Adam Porter <adam@alphapapa.net>
 ;; URL: https://github.com/alphapapa/taxy.el
-;; Version: 0.12
+;; Version: 0.12.1
 ;; Package-Requires: ((emacs "26.3") (magit-section "3.2.1") (taxy "0.10"))
 ;; Keywords: lisp
 
@@ -89,7 +89,7 @@ this does not disable indentation of section headings.")
   ;; We define this class so we can use it as the type of section we insert, 
so we can
   ;; define a method to return identifiers for our section type, so section 
visibility can
   ;; be cached.
-  )
+  nil)
 
 (cl-defmethod magit-section-ident-value ((section taxy-magit-section-section))
   ;; FIXME: The name of each taxy could be ambiguous.  Best would be to use the
diff --git a/taxy-magit-section.info b/taxy-magit-section.info
index d7430924bd..be59bef82a 100644
--- a/taxy-magit-section.info
+++ b/taxy-magit-section.info
@@ -31,6 +31,7 @@ structs with magit-section 
(https://melpa.org/#/magit-section).
 
 Changelog
 
+* 0.12.1: 0121. 
 * 0.12: 012. 
 * 0.11: 011. 
 * 0.10: 010. 
@@ -69,6 +70,7 @@ File: README.info,  Node: Changelog,  Next: Development,  
Prev: COMMENT Usage,
 
 * Menu:
 
+* 0.12.1: 0121. 
 * 0.12: 012. 
 * 0.11: 011. 
 * 0.10: 010. 
@@ -76,9 +78,18 @@ File: README.info,  Node: Changelog,  Next: Development,  
Prev: COMMENT Usage,
 * 0.9: 09. 
 
 
-File: README.info,  Node: 012,  Next: 011,  Up: Changelog
+File: README.info,  Node: 0121,  Next: 012,  Up: Changelog
 
-4.1 0.12
+4.1 0.12.1
+==========
+
+*Fixes*
+   • Compilation error.
+
+
+File: README.info,  Node: 012,  Next: 011,  Prev: 0121,  Up: Changelog
+
+4.2 0.12
 ========
 
 *Fixes*
@@ -87,7 +98,7 @@ File: README.info,  Node: 012,  Next: 011,  Up: Changelog
 
 File: README.info,  Node: 011,  Next: 010,  Prev: 012,  Up: Changelog
 
-4.2 0.11
+4.3 0.11
 ========
 
 *Additions*
@@ -97,7 +108,7 @@ File: README.info,  Node: 011,  Next: 010,  Prev: 012,  Up: 
Changelog
 
 File: README.info,  Node: 010,  Next: 091,  Prev: 011,  Up: Changelog
 
-4.3 0.10
+4.4 0.10
 ========
 
 *Fixes*
@@ -106,7 +117,7 @@ File: README.info,  Node: 010,  Next: 091,  Prev: 011,  Up: 
Changelog
 
 File: README.info,  Node: 091,  Next: 09,  Prev: 010,  Up: Changelog
 
-4.4 0.9.1
+4.5 0.9.1
 =========
 
 *Fixes*
@@ -119,7 +130,7 @@ File: README.info,  Node: 091,  Next: 09,  Prev: 010,  Up: 
Changelog
 
 File: README.info,  Node: 09,  Prev: 091,  Up: Changelog
 
-4.5 0.9
+4.6 0.9
 =======
 
    • ‘taxy-magit-section’ moved to separate package.
@@ -155,18 +166,19 @@ GPLv3
 
 Tag Table:
 Node: Top221
-Node: COMMENT Examples816
-Node: Installation944
-Node: COMMENT Usage1315
-Node: Changelog1440
-Node: 0121635
-Node: 0111759
-Node: 0101960
-Node: 0912115
-Node: 092507
-Node: Development2697
-Node: Credits2924
-Node: License3114
+Node: COMMENT Examples833
+Node: Installation961
+Node: COMMENT Usage1332
+Node: Changelog1457
+Node: 01211669
+Node: 0121789
+Node: 0111926
+Node: 0102127
+Node: 0912282
+Node: 092674
+Node: Development2864
+Node: Credits3091
+Node: License3281
 
 End Tag Table
 



reply via email to

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