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

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

[elpa] externals/taxy a14fa15 04/42: Change: (taxy-magit-section) format


From: ELPA Syncer
Subject: [elpa] externals/taxy a14fa15 04/42: Change: (taxy-magit-section) format-fn = #'prin1-to-string
Date: Wed, 15 Sep 2021 12:57:26 -0400 (EDT)

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

    Change: (taxy-magit-section) format-fn = #'prin1-to-string
    
    Helpful as a default when items are already strings.
---
 taxy-magit-section.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index 02542b0..b592ecb 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -67,7 +67,7 @@
   (heading-face-fn (lambda (_depth) 'magit-section-heading))
   (heading-indent 2)
   (item-indent 2)
-  format-fn)
+  (format-fn #'prin1-to-string))
 
 ;;;; Commands
 



reply via email to

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