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

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

[elpa] externals/taxy 7422c94 1/2: Comment: Remove TODO


From: ELPA Syncer
Subject: [elpa] externals/taxy 7422c94 1/2: Comment: Remove TODO
Date: Fri, 24 Sep 2021 01:57:21 -0400 (EDT)

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

    Comment: Remove TODO
---
 taxy.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/taxy.el b/taxy.el
index c9833c1..3c38145 100644
--- a/taxy.el
+++ b/taxy.el
@@ -114,7 +114,6 @@ when reusing taxy definitions."
   taxy)
 
 (defun taxy-flatten (taxy)
-  ;; TODO: Document this function.
   "Return a list of items in TAXY and its sub-taxys."
   (append (taxy-items taxy)
           (cl-loop for taxy in (taxy-taxys taxy)



reply via email to

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